summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-10-05 17:53:43 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-10-05 17:53:43 (GMT)
commit42c28cdd1dbebbf241c1828ffceabf7978ddf566 (patch)
treef0a0e094b0039c4092dc30090a85b8993a6d74fe /Misc
parent1b7da519b09d8885272d323af982d36675419075 (diff)
downloadcpython-42c28cdd1dbebbf241c1828ffceabf7978ddf566.zip
cpython-42c28cdd1dbebbf241c1828ffceabf7978ddf566.tar.gz
cpython-42c28cdd1dbebbf241c1828ffceabf7978ddf566.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 6b558b4..c4aba0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,10 @@ Tests
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