]> granicus.if.org Git - python/commit
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Nov 2016 13:38:17 +0000 (15:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Nov 2016 13:38:17 +0000 (15:38 +0200)
commit5f548a24a48838bc9922527e33bbec955483c13c
tree4972904d6d54012f64647a868933e6091c494e56
parentc96b8fcf251dfd833411188fe564475942269012
parenta7c972e03b03d3e5c5d1cea78ff73002aa7786b4
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.
Misc/ACKS
Misc/NEWS
Modules/_io/textio.c