summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-10-05 17:55:56 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-10-05 17:55:56 (GMT)
commitb619bb27edba24c9c1ca08b682e08afd33e9ea0f (patch)
tree658c477f2d04e11d99fd7a9b67ac6f2b61f3dc88 /Misc
parentbb10a1f7597e3976eda0797b23f5aece3b2ff248 (diff)
parent42c28cdd1dbebbf241c1828ffceabf7978ddf566 (diff)
downloadcpython-b619bb27edba24c9c1ca08b682e08afd33e9ea0f.zip
cpython-b619bb27edba24c9c1ca08b682e08afd33e9ea0f.tar.gz
cpython-b619bb27edba24c9c1ca08b682e08afd33e9ea0f.tar.bz2
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 025d42a..46e7f14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1314,6 +1314,10 @@ Tools/Demos
Extension Modules
-----------------
+- Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
+ would be finalized after the reference to its underlying BufferedRWPair's
+ writer got cleared by the GC.
+
- Issue #12881: ctypes: Fix segfault with large structure field names.
- Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by