[issue40222] "Zero cost" exception handling

Mark Shannon report at bugs.python.org
Thu Apr 29 09:37:18 EDT 2021


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

Responding to Serhiy's suggestions:
1 Add another column:
   Adding another column makes for lots of repetition in larger try blocks, and pushes useful information further to the right.
2 Add pseudo-instructions
  I find those misleading, as they aren't really there, and probably won't even correspond to the original SETUP_XXX instructions.

----------

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


More information about the Python-bugs-list mailing list