| 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] |
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre.