diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-03 13:37:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-03 13:37:01 (GMT) |
commit | a7c972e03b03d3e5c5d1cea78ff73002aa7786b4 (patch) | |
tree | 2110c89c35bf92987ae74f95d70d77a88c517699 /Misc/ACKS | |
parent | 2af4144b7ff32e22d593fe16ce6f7762df94fbc5 (diff) | |
download | cpython-a7c972e03b03d3e5c5d1cea78ff73002aa7786b4.zip cpython-a7c972e03b03d3e5c5d1cea78ff73002aa7786b4.tar.gz cpython-a7c972e03b03d3e5c5d1cea78ff73002aa7786b4.tar.bz2 |
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ Simon Cross Felipe Cruz Drew Csillag Joaquin Cuenca Abela +Sebastian Cufre John Cugini Tom Culliton Raúl Cumplido |