[issue5299] PyGILState_Ensure()/PyGILState_Release() documentation incomplete?

Georg Brandl report at bugs.python.org
Sun Apr 5 19:19:23 CEST 2009


Georg Brandl <georg at python.org> added the comment:

I think the paragraph

   Every call to :cfunc:`PyGILState_Ensure` must be matched by a call to
   :cfunc:`PyGILState_Release` on the same thread.

says exactly what you want to know.

----------
resolution:  -> works for me
status: open -> closed

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


More information about the Python-bugs-list mailing list