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