This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grahamd
Recipients asvetlov, grahamd, mhammond, ncoghlan, pitrou
Date 2012-08-29.04:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346213639.93.0.948204321485.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
So you are saying that as user of this I am meant to call it as:

PyGILState_INFO info;

PyGILState_EnsureEx(interp, &info);
...
PyGILState_ReleaseEx(&info);

What is the potential error code from PyGILState_EnsureEx() considering that right now for PyGILState_Ensure() it is a value passed back into PyGILState_Release().
History
Date User Action Args
2012-08-29 04:13:59grahamdsetrecipients: + grahamd, mhammond, ncoghlan, pitrou, asvetlov
2012-08-29 04:13:59grahamdsetmessageid: <1346213639.93.0.948204321485.issue15751@psf.upfronthosting.co.za>
2012-08-29 04:13:59grahamdlinkissue15751 messages
2012-08-29 04:13:59grahamdcreate