[Stackless] TaskletExit Exception and Questions
Andrew Francis
andrewfr_ice at yahoo.com
Tue Nov 29 22:50:31 CET 2005
Hello colleagues:
Some code I wrote caused the Python intrepreter to
crash.
I decided to add exception handling and I caught the
following
error:
(<class exceptions.TaskletExit at 0x00864D20>,
<exceptions.TaskletExit instance at 0x008F4530>,
<stackless.traceback object at 0x00A04B10>)
I have a question:
Does the main tasklet wait for other tasklets to
finish before
exiting? Or do I have to explicitly have to add my own
(barrier)
synchronisation?
Cheers,
Andrew
__________________________________
Start your day with Yahoo! - Make it your home page!
http://www.yahoo.com/r/hs
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list