diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-02 07:47:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-02 07:47:40 -0400 |
commit | af9bad021c9b1769c7b9c50a3b8d370a31864fa9 (patch) | |
tree | 908b980d124513a6e156433614f909adcd5da146 | |
parent | ac701aae0e6be902e4a53898418efda01631230d (diff) | |
download | python-coveragepy-git-af9bad021c9b1769c7b9c50a3b8d370a31864fa9.tar.gz |
Thank Brett for the py3 memory leak fixes.
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 40408850..1a0946af 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,8 @@ Version 3.5.3b1 then not being able to parse them as Python. Closes `issue 82` (again). Thanks, Julian Berman. +- Fixed memory leaks under Python 3, thanks, Brett Cannon. + - Try to do a better job of the impossible task of detecting when we can't build the C extension, fixing `issue 183`_. |