Am 04/21/2008 10:57 PM schrieb Stefan Behnel:
I would still try appending a "with gil" after the callback function signature, just to be sure, like this:cdef void my_callback(void* whatever) with gil: ... It doesn't need to use threads, but it may still release the GIL internally (for whatever reason).
No luck. :( Still a segfault. Johannes
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
