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 Jim.Jewett
Recipients Jim.Jewett, anacrolix, georg.brandl
Date 2012-03-14.18:18:23
SpamBayes Score 1.8878123e-05
Marked as misclassified No
Message-id <1331749104.59.0.478562281471.issue12684@psf.upfronthosting.co.za>
In-reply-to
Content
If I read that patch right, it ignores (and does not even reraise) SystemExit (unchanged), but other Exceptions currently block the dump (and your patch causes them to still dump).  

(1)  Why is SystemExit ignored?

(2)  There should be tests to show that there was a dump after, say, a MyError.

(3)  You can use a single try ... except ... finally statement instead of two try statements.
History
Date User Action Args
2012-03-14 18:18:24Jim.Jewettsetrecipients: + Jim.Jewett, georg.brandl, anacrolix
2012-03-14 18:18:24Jim.Jewettsetmessageid: <1331749104.59.0.478562281471.issue12684@psf.upfronthosting.co.za>
2012-03-14 18:18:24Jim.Jewettlinkissue12684 messages
2012-03-14 18:18:23Jim.Jewettcreate