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 terry.reedy
Recipients serhiy.storchaka, terry.reedy, vstinner
Date 2014-09-05.18:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409940571.71.0.81544152742.issue22340@psf.upfronthosting.co.za>
In-reply-to
Content
Please just change '1/0' to '1//0'.  Any expression that raises something other than NameError or AttributeError will do. .get_entity evals user code and Idle previously crashed when other exceptions were not caught. Thanks, Serhiy, for catching this.

The other warned code appears to be essential to the corresponding test. I presume Serhiy checked this also.
History
Date User Action Args
2014-09-05 18:09:31terry.reedysetrecipients: + terry.reedy, vstinner, serhiy.storchaka
2014-09-05 18:09:31terry.reedysetmessageid: <1409940571.71.0.81544152742.issue22340@psf.upfronthosting.co.za>
2014-09-05 18:09:31terry.reedylinkissue22340 messages
2014-09-05 18:09:31terry.reedycreate