]> 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:37:01 +0000 (15:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Nov 2016 13:37:01 +0000 (15:37 +0200)
commita7c972e03b03d3e5c5d1cea78ff73002aa7786b4
tree2110c89c35bf92987ae74f95d70d77a88c517699
parent2af4144b7ff32e22d593fe16ce6f7762df94fbc5
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