Stackless Python 2.5.2, I download it from official site. Yeah, I see the sample in stackless python manual, I just want to report this bug. :)
Best Regards. Lv Wentao. 2011/3/10 Richard Tew <[email protected]> > 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 >
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
