Message169359
If PyGILState_STATE is a struct, what happens if someone naively does:
PyGILState_Release(PyGILState_UNLOCKED)
I know they shouldn't, but I actually do this in mod_wsgi in one spot as it is otherwise a pain to carry around the state when I know for sure if was unlocked before the PyGILState_Ensure().
Or can PyGILState_UNLOCKED map to some a global struct instance with certain state in it that represents that without problem. |
|
Date |
User |
Action |
Args |
2012-08-29 10:09:57 | grahamd | set | recipients:
+ grahamd, mhammond, ncoghlan, pitrou, asvetlov |
2012-08-29 10:09:46 | grahamd | set | messageid: <1346234986.51.0.318050168828.issue15751@psf.upfronthosting.co.za> |
2012-08-29 10:09:44 | grahamd | link | issue15751 messages |
2012-08-29 10:09:41 | grahamd | create | |
|