commit | a7c972e03b03d3e5c5d1cea78ff73002aa7786b4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 03 15:37:01 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 03 15:37:01 2016 +0200 |
tree | 2110c89c35bf92987ae74f95d70d77a88c517699 | |
parent | 2af4144b7ff32e22d593fe16ce6f7762df94fbc5 [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 46d6adf..fb3f299 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -315,6 +315,7 @@ Felipe Cruz Drew Csillag Joaquin Cuenca Abela +Sebastian Cufre John Cugini Tom Culliton Raúl Cumplido