On Mon, Feb 23, 2009 at 4:24 AM, Chris Jacobson <[email protected]> wrote:
> If a tasklet that is currently in a C function waiting on a
> PyChannel_Receive is killed from another tasklet, the receiving
> tasklet resumes with NULL returned on the Receive, and doesn't die.

Generally, when an API function returns NULL, it indicates a Python
exception has happened.  Have you tried looking at what that exception
is?

Cheers,
Richard.

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to