This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, jnoller, nirai, pitrou, vstinner
Date 2010-01-13.13:47:42
SpamBayes Score 0.0023027556
Marked as misclassified No
Message-id <1263390463.95.0.348076442878.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-01-13 13:47:44vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, jnoller, nirai
2010-01-13 13:47:43vstinnersetmessageid: <1263390463.95.0.348076442878.issue7544@psf.upfronthosting.co.za>
2010-01-13 13:47:42vstinnerlinkissue7544 messages
2010-01-13 13:47:42vstinnercreate