Serhiy Storchaka <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue39537> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
