On Tue, Jul 5, 2011 at 8:38 PM, Hussain Bohra <[email protected]> wrote: > I am able to get and display all the running tasklets in the UI. But I also > want to display the callstack for each tasklet. I am not able to generate a > callstack for these tasklets.
t = stackless.current import traceback traceback.print_stack(t.frame) ? _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
