[issue7544] Fatal error on thread creation in low memory condition

STINNER Victor report at bugs.python.org
Mon Jan 11 02:21:54 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> The patch looks good

I'm not sure about autoTLSkey value. PyThreadState_New() calls _PyGILState_NoteThreadState() which checks that autoTLSkey is not zero, but I don't know if autoTLSkey have the right value with my preallocation patch.

----------

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


More information about the Python-bugs-list mailing list