Mismatch in description of PyThreadState_Delete
and PyThreadState_DeleteCurrent
#133989
Labels
PyThreadState_Delete
and PyThreadState_DeleteCurrent
#133989
Documentation
It seems that the description for
PyThreadState_Delete
andPyThreadState_DeleteCurrent
have a disagreement.Under the
_Delete
method is the description:...The global interpreter lock need not be held.
Under the
_DeleteCurrent
method is the description:Like PyThreadState_Delete, the global interpreter lock must be held
These two give different accounts of what the requirement is for the GIL.
The text was updated successfully, but these errors were encountered: