summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-30 02:46:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-30 02:46:57 (GMT)
commit1c873bf77d855e821d7c1b4d9a2489b2a1b85f5f (patch)
tree9b334f8dbb6480d9d2149d7fe1d6dddf2a045a69 /Misc
parentf8c4b3a730461c10766f66784c268ce0d923ad39 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47de844..888abf5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.