[issue26107] PEP 511: code.co_lnotab: use signed line number delta to support moving instructions in an optimizer

Antti Haapala report at bugs.python.org
Tue Jan 19 17:26:54 EST 2016


Antti Haapala added the comment:

Nice work, my issue21385 is also related. Basically, transforming non-Python code into Python meant that all line number information, which otherwise would have been useful for debugging, had to be discarded, or debug builds of Python would dump cores.

So, bye "assert(d_lineno >= 0);", you won't be missed.

----------
nosy: +ztane

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


More information about the Python-bugs-list mailing list