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 georg.brandl
Recipients Jim.Jewett, anacrolix, arigo, georg.brandl, mwh
Date 2012-03-17.18:22:28
SpamBayes Score 4.890798e-05
Marked as misclassified No
Message-id <1332008549.68.0.625504181699.issue12684@psf.upfronthosting.co.za>
In-reply-to
Content
The same fix should be applied to runctx() too.

The SystemExit handling is fine, it's in the original code also.

I would recommend making a single try-except-finally statement.
History
Date User Action Args
2012-03-17 18:22:29georg.brandlsetrecipients: + georg.brandl, mwh, arigo, anacrolix, Jim.Jewett
2012-03-17 18:22:29georg.brandlsetmessageid: <1332008549.68.0.625504181699.issue12684@psf.upfronthosting.co.za>
2012-03-17 18:22:29georg.brandllinkissue12684 messages
2012-03-17 18:22:28georg.brandlcreate