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 raphaelm
Recipients eric.snow, josh.r, methane, pablogsal, raphaelm, rhettinger, serhiy.storchaka, vstinner
Date 2019-10-29.18:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572374355.12.0.839842234444.issue35459@roundup.psfhosted.org>
In-reply-to
Content
I stumbled upon this issue while reading Python 3.8 and this made me curious.

I've tried writing some Python code to reproduce this bug, but I'm unable to -- I should be missing something. Is there a simple snippet showing the issue? 


Also, the changelog states that "The CPython interpreter can swallow exceptions in some circumstances". Are there other documented cases of those circumstances?
History
Date User Action Args
2019-10-29 18:39:15raphaelmsetrecipients: + raphaelm, rhettinger, vstinner, methane, eric.snow, serhiy.storchaka, josh.r, pablogsal
2019-10-29 18:39:15raphaelmsetmessageid: <1572374355.12.0.839842234444.issue35459@roundup.psfhosted.org>
2019-10-29 18:39:15raphaelmlinkissue35459 messages
2019-10-29 18:39:14raphaelmcreate