diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-30 02:46:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-30 02:46:57 (GMT) |
commit | 1c873bf77d855e821d7c1b4d9a2489b2a1b85f5f (patch) | |
tree | 9b334f8dbb6480d9d2149d7fe1d6dddf2a045a69 /Misc | |
parent | f8c4b3a730461c10766f66784c268ce0d923ad39 (diff) | |
download | cpython-1c873bf77d855e821d7c1b4d9a2489b2a1b85f5f.zip cpython-1c873bf77d855e821d7c1b4d9a2489b2a1b85f5f.tar.gz cpython-1c873bf77d855e821d7c1b4d9a2489b2a1b85f5f.tar.bz2 |
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its + weakrefs. + - Issue #10510: distutils register and upload methods now use HTML standards compliant CRLF line endings. |