[issue10915] Make the PyGILState API compatible with multiple interpreters

Nick Coghlan report at bugs.python.org
Mon Jan 17 16:46:47 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Good point - consider that comment revised to refer to the GIL acquisition counter in the thread state struct. It may just be a matter of having ThreadState_Swap complain loudly if the gilstate_counter isn't set to a value it knows how to handle.

----------

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


More information about the Python-bugs-list mailing list