Graham Dumpleton added the comment:

Those macros only work for general GIL releasing and pop straight away, not for 
the case where released, calls into some non Python C library, which then calls 
back into Python.

My recollection is, and so unless they have changed it, SWIG generated calls 
use the GILState calls. See:

https://issues.apache.org/jira/browse/MODPYTHON-217

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to