[issue43950] Include column offsets for bytecode instructions

Mark Shannon report at bugs.python.org
Tue Apr 27 10:40:46 EDT 2021


Mark Shannon <mark at hotpy.org> added the comment:

The additional cost will not only be the line number table, but we need to store the line for exceptions that are reraised after cleanup.
Adding a column will mean more stack consumption.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43950>
_______________________________________


More information about the Python-bugs-list mailing list