[issue26558] Fix PyGILState_Check() with _testcapi.run_in_subinterp()

STINNER Victor report at bugs.python.org
Mon Mar 14 11:09:34 EDT 2016


STINNER Victor added the comment:

I created this issue while working on the issue #26249 "Change PyMem_Malloc to use pymalloc allocator". I would like to check that application call PyObject_Malloc() and PyMem_Malloc() with the GIL held.

----------

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


More information about the Python-bugs-list mailing list