diff options
author | Charles-François Natali <neologix@free.fr> | 2011-10-05 17:55:56 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-10-05 17:55:56 (GMT) |
commit | b619bb27edba24c9c1ca08b682e08afd33e9ea0f (patch) | |
tree | 658c477f2d04e11d99fd7a9b67ac6f2b61f3dc88 /Misc | |
parent | bb10a1f7597e3976eda0797b23f5aece3b2ff248 (diff) | |
parent | 42c28cdd1dbebbf241c1828ffceabf7978ddf566 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |