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 alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2016-03-14.16:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457971953.68.0.019895209735.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
> Using the issue #26516 (PYTHONMALLOC=debug), we can check PyGILState_Check() at runtime, but there is currently an issue related to sub-interpreters. The assertion fails in support.run_in_subinterp(), function used by test_threading and test_capi for example.

I created #26558 to implement GIL checks in PyMem_Malloc() and PyObject_Malloc().
History
Date User Action Args
2016-03-14 16:12:33vstinnersetrecipients: + vstinner, rhettinger, pitrou, jtaylor, serhiy.storchaka, alecsandru.patrascu, catalin.manciu
2016-03-14 16:12:33vstinnersetmessageid: <1457971953.68.0.019895209735.issue26249@psf.upfronthosting.co.za>
2016-03-14 16:12:33vstinnerlinkissue26249 messages
2016-03-14 16:12:33vstinnercreate