![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: (Win32 API) callback to Python, threading hiccups
From: Gregory Bond <gnb@itga.com.au>
Date: Fri Jul 08 2005 - 09:05:18 CEST
Tim Roberts wrote:
>>> PyGILState_STATE gil = PyGILState_Ensure();
> If someone else holds a reference to "arglist", then the
What if anothere thread takes the GIL as soon as you release it, and is
|