[issue1720250] PyGILState_Ensure does not acquires GIL

Amaury Forgeot d'Arc report at bugs.python.org
Sat Jul 10 09:36:37 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This is still the case: the documentation should mention that PyEval_ReleaseLock() is not the correct function to release "the GIL", both the interpreter lock *and* the current thread state have to be released.

----------
assignee:  -> docs at python
components:  -Interpreter Core
nosy: +amaury.forgeotdarc, docs at python

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


More information about the Python-bugs-list mailing list