On Thu, Mar 10, 2011 at 1:43 PM, Wentao Lv <[email protected]> wrote: > Following code will always cause stackless python coredump, is this a known > bug? > > No, thank you for reporting it. But it would be useful if you also reported where you got your Stackless Python implementation from (which you reproduced it with) and what version of Python it is.
Note that there is a different scheduler per thread, so the microthread you create on your custom thread will never be run in the later 'stackless.run()' call. Cheers, Richard.
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
