[issue3821] trace module bug when using --missing

Amaury Forgeot d'Arc report at bugs.python.org
Wed Sep 10 11:36:37 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This can be further simplified:
   line_increments = code.co_lnotab[1::2]

Assigning to myself, I will try to add unit tests as well. the trace
module is not tested at all...

----------
assignee:  -> amaury.forgeotdarc
nosy: +amaury.forgeotdarc
priority:  -> critical

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3821>
_______________________________________


More information about the Python-bugs-list mailing list