This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients Mariatta, ethan.furman, martin.panter, ncoghlan, rhettinger, serhiy.storchaka, vstinner, wolma
Date 2020-02-23.00:14:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582416895.67.0.774939959223.issue30097@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-23 00:14:55ethan.furmansetrecipients: + ethan.furman, rhettinger, ncoghlan, vstinner, martin.panter, serhiy.storchaka, wolma, Mariatta
2020-02-23 00:14:55ethan.furmansetmessageid: <1582416895.67.0.774939959223.issue30097@roundup.psfhosted.org>
2020-02-23 00:14:55ethan.furmanlinkissue30097 messages
2020-02-23 00:14:55ethan.furmancreate