[issue28387] double free in io.TextIOWrapper
New submission from Sebastian Cufre: We have found that you can produce a crash when an instance of _io.TextIOWrapper is being deallocated while there's another thread invoking the garbage collector. I've attached a simple script that should reproduce the issue (textiowrappe
[issue28387] double free in io.TextIOWrapper
Changes by Sebastian Cufre : -- keywords: +patch Added file: http://bugs.python.org/file45005/textio.c.patch ___ Python tracker <http://bugs.python.org/issue28