]> granicus.if.org Git - python/commit
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
authorCharles-François Natali <neologix@free.fr>
Wed, 5 Oct 2011 17:55:56 +0000 (19:55 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 5 Oct 2011 17:55:56 +0000 (19:55 +0200)
commitb619bb27edba24c9c1ca08b682e08afd33e9ea0f
tree658c477f2d04e11d99fd7a9b67ac6f2b61f3dc88
parentbb10a1f7597e3976eda0797b23f5aece3b2ff248
parent42c28cdd1dbebbf241c1828ffceabf7978ddf566
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.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c