summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-06 16:55:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-06 16:55:18 -0400
commitf33b733e92a2422d64cb7f4ba2a64898e1e4f336 (patch)
treec6d3573dec9e42ee83e2739432419151e52b49fa /CHANGES.rst
parent19545b7d78fb91a82088517681e20cf4ffcd8c63 (diff)
downloadpython-coveragepy-git-f33b733e92a2422d64cb7f4ba2a64898e1e4f336.tar.gz
docs: note #1210 in the changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 937d2d0f..784fa5c2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,7 +25,12 @@ Unreleased
- Changed an internal detail of how tomli is imported, so that tomli can use
coverage.py for their own test suite (`issue 1228`_).
+- Defend against an obscure possibility under code obfuscation, where a
+ function can have an argument called "self", but no local named "self"
+ (`pull request 1210`_). Thanks, Ben Carlsson.
+
.. _issue 1228: https://github.com/nedbat/coveragepy/issues/1228
+.. _pull request 1210: https://github.com/nedbat/coveragepy/pull/1210
.. _changes_60: