Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Every bytecode is generated from some AST node which has an associated range of 
lines. So there should not be bytecodes that have no line number.

If for some reasons you generate bytecodes that have no line number, you can 
just set lineno > end_lineno for them.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39537>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to