Message169333
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(). |
|
Date |
User |
Action |
Args |
2012-08-29 04:13:59 | grahamd | set | recipients:
+ grahamd, mhammond, ncoghlan, pitrou, asvetlov |
2012-08-29 04:13:59 | grahamd | set | messageid: <1346213639.93.0.948204321485.issue15751@psf.upfronthosting.co.za> |
2012-08-29 04:13:59 | grahamd | link | issue15751 messages |
2012-08-29 04:13:59 | grahamd | create | |
|