Re: Bus error in PyGILState_Release (callbacks from other threads)

2006-06-20 Thread geoffschmidt
[EMAIL PROTECTED] wrote: > I'm trying to write an extension in C that delivers callbacks to > Python. The C code starts several threads, and I'd like one of the new > threads that is started to be able to deliver callbacks to Python. I > thought I could do this by wrapping the callback function in

Bus error in PyGILState_Release (callbacks from other threads)

2006-06-20 Thread geoffschmidt
[Note: I don't check the mailbox in the header. Please send any correspondence to the address listed below.] I'm trying to write an extension in C that delivers callbacks to Python. The C code starts several threads, and I'd like one of the new threads that is started to be able to deliver callbac