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 | 6e9957c20cfc14152f3af63b0842abc41ad6001e (patch) | |
tree | d4988fb8d24439301dbaf12334f52f60264bdddb | |
parent | 1fb99f54fa0ff8c7bc1907317152660a8f9aae3e (diff) | |
download | python-coveragepy-6e9957c20cfc14152f3af63b0842abc41ad6001e.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 4040885..1a0946a 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`_. |