[Stackless] Stackless python coredump when using multiple threading
Wentao Lv
wentlv at gmail.com
Thu Mar 10 06:43:05 CET 2011
Hi,
Following code will always cause stackless python coredump, is this a known
bug?
import stackless
import threading
def test():
def subtest():
pass
stackless.tasklet(subtest)()
t = threading.Thread(target=test)
t.start()
stackless.run()
Best Regards.
Lv Wentao.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20110310/ae80d153/attachment.html>
More information about the Stackless
mailing list