Message 169333 - Python tracker
Message169333
| 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: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 | |