Message155778
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. |
|
Date |
User |
Action |
Args |
2012-03-14 18:18:24 | Jim.Jewett | set | recipients:
+ Jim.Jewett, georg.brandl, anacrolix |
2012-03-14 18:18:24 | Jim.Jewett | set | messageid: <1331749104.59.0.478562281471.issue12684@psf.upfronthosting.co.za> |
2012-03-14 18:18:24 | Jim.Jewett | link | issue12684 messages |
2012-03-14 18:18:23 | Jim.Jewett | create | |
|