commit | 52b0888dbdf58be4b7cd34717e2fcc7079c93aca | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 03 15:36:50 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 03 15:36:50 2016 +0200 |
tree | ae47ebec70658942c9735072012f619cc00ff9e5 | |
parent | d01b516e9fca1a5665762035c1130cc8193c159a [diff] [blame] |
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre.
diff --git a/Misc/ACKS b/Misc/ACKS index bec9a42..06de9e8 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -296,6 +296,7 @@ Felipe Cruz Drew Csillag Joaquin Cuenca Abela +Sebastian Cufre John Cugini Tom Culliton Antonio Cuni