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

STINNER Victor report at bugs.python.org
Wed Jan 13 14:47:43 CET 2010


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

> If initsite() calls PyGILState_Ensure() (...)

Note: I was using gdb to track a bug on a debug build (--with-pydebug). I used "pyo" macro which calls _PyObject_Dump(), and _PyObject_Dump() calls PyGILState_Ensure() => assertion error.

----------

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


More information about the Python-bugs-list mailing list