Mark Shannon <m...@hotpy.org> added the comment:

The `JUMP_ABSOLUTE` doesn't have a line number, as it doesn't correspond to any 
source.

The jump back to the top could follow either the `if i >= 0:` or the `pass`, so 
cannot have a line number.

Don't expect every bytecode to map directly back to the source, especially if 
it cannot raise an exception.

Per-line tracing is well defined by PEP 626. Per-opcode tracing is not.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to