[issue30097] Command-line option to suppress "from None" for debugging

Ethan Furman report at bugs.python.org
Sat Feb 22 19:14:55 EST 2020


Ethan Furman <ethan at stoneleaf.us> added the comment:

The actual problem, I think, is that `from None` is suppressing more than it ought.  Martin's example would work just fine if the only omitted exception was the one captured during its own try/except.

Created issue39725.

----------

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


More information about the Python-bugs-list mailing list