How to call python from a foreign language thread (C++)

Mark Hammond skippy.hammond at gmail.com
Wed Feb 4 04:49:14 EST 2009


On 4/02/2009 8:43 PM, I wrote:
> PyGILState_STATE old = PyGILState_Acquire();

Make that PyGILState_Ensure();

Mark



More information about the Python-list mailing list