On Tue, Nov 24, 2009 at 3:34 PM, Ian P. Cardenas <i...@srand.net> wrote:
> Hello,
>
> Do any coverage modules work with stackless3?

Keep in mind that debugging/tracing in Stackless works differently.
Rather than debugging being thread specific, under stackless it is
tasklet specific.  However, the built in debuggers do not work because
they do not take this into account.

If coverage modules do not work, then perhaps it is because they are
built on Python debugging/tracing functionality.  In which case, that
the coverage tools do not work is to be expected.

Cheers,
Richard.

_______________________________________________
Stackless mailing list
Stackless@stackless.com
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to