[issue17703] Trash can mechanism segfault during interpreter finalization in Python 2.7.4

Marc-Andre Lemburg report at bugs.python.org
Fri Apr 12 15:47:32 CEST 2013


Marc-Andre Lemburg added the comment:

I think a solution to the problem would be to check _tstate for NULL and only use it if it is non-NULL - without threads you don't need to keep track of them ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17703>
_______________________________________


More information about the Python-bugs-list mailing list