[issue8063] Call _PyGILState_Init() earlier in Py_InitializeEx()

STINNER Victor report at bugs.python.org
Fri Mar 5 00:12:08 CET 2010


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

haypo> I already hitted this bug some weeks ago when I was working 
haypo> on the thread state preallocation when creating a new thread:
haypo> #7544.

According to msg97715: it was indirectly the same issue, call _PyObject_Dump() while the GIL is not initialized.

----------

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


More information about the Python-bugs-list mailing list