Re: The GIL, callbacks, and GPFs

2005-07-06 Thread Thomas Heller
Francois De Serres <[EMAIL PROTECTED]> writes: > Hello, > > I'm chasing a GPF in the interpreter when running my extension module. > It's not very elaborated, but uses a system (threaded) callback, and > therefore the GIL. > Help would be mucho appreciated. Here's the rough picture: > > static vo

The GIL, callbacks, and GPFs

2005-07-06 Thread Francois De Serres
Hello, I'm chasing a GPF in the interpreter when running my extension module. It's not very elaborated, but uses a system (threaded) callback, and therefore the GIL. Help would be mucho appreciated. Here's the rough picture: win32_spam.c /* code here is unit-tested OK */ typedef st