]> 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>
Thu, 6 Oct 2011 17:09:45 +0000 (19:09 +0200)
committerCharles-François Natali <neologix@free.fr>
Thu, 6 Oct 2011 17:09:45 +0000 (19:09 +0200)
commit9ffcbf71a52bcca74022fb58f56b145ff6af7f97
treee2ec1997f7ec17b0abc63e0a96abf14386497042
parente954ecb9ba35d3d075bae423c964fa8a6771968c
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