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 benjamin.peterson
Recipients benjamin.peterson, ivank, rhettinger
Date 2010-04-15.01:33:00
SpamBayes Score 0.0006302911
Marked as misclassified No
Message-id <o2k1afaf6161004141832naa0fd9eev14fba6eb719c8c89@mail.gmail.com>
In-reply-to <1271294998.61.0.389635971531.issue8403@psf.upfronthosting.co.za>
Content
2010/4/14 Raymond Hettinger <report@bugs.python.org>:
>
> Raymond Hettinger <rhettinger@users.sourceforge.net> added the comment:
>
>> Probably due to the fact that the peepholer
>> avoids constant folding when any exception happens.
>
> Yes.  And that is a feature, not a bug.
>
> It would better though if the keyboard interrupt was not swallowed.

Agreed on both points.
History
Date User Action Args
2010-04-15 01:33:02benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, ivank
2010-04-15 01:33:01benjamin.petersonlinkissue8403 messages
2010-04-15 01:33:00benjamin.petersoncreate