STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to