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

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jan 11 02:07:52 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The patch looks good; the line
    tstate->thread_id = PyThread_get_thread_ident();
is needed because the tstate is created in the main thread, but used in another thread.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list