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 vstinner
Recipients Akuli, eric.smith, ezio.melotti, rhettinger, serhiy.storchaka, vstinner
Date 2017-07-21.16:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500653439.03.0.799814671472.issue30978@psf.upfronthosting.co.za>
In-reply-to
Content
For Python 3.5 and 3.6, would it make sense to modify the code to pass though BaseException, but replace all other exceptions with KeyError? It would be a compromise between doing nothing and fixing the bug :-)
History
Date User Action Args
2017-07-21 16:10:39vstinnersetrecipients: + vstinner, rhettinger, eric.smith, ezio.melotti, serhiy.storchaka, Akuli
2017-07-21 16:10:39vstinnersetmessageid: <1500653439.03.0.799814671472.issue30978@psf.upfronthosting.co.za>
2017-07-21 16:10:39vstinnerlinkissue30978 messages
2017-07-21 16:10:38vstinnercreate