Message71665
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, pitrou, vstinner |
| Date | 2008-08-21.18:18:11 |
| SpamBayes Score | 2.4414814e-07 |
| Marked as misclassified | No |
| Message-id | <1219342693.61.0.948508691155.issue3611@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I found another way to loose the current exception context; see
lostcontext2.py
Completely removing the block starting with
if (why == WHY_EXCEPTION && !throwflag) {
corrects the script;
but according to Benjamin: """removing those lines causes a RuntimeError
about exceeding the recursion limit for about 1/3 of the tests."""
So a better fix must be found. At least we have the unit test :-). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-21 18:18:13 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson |
| 2008-08-21 18:18:13 | amaury.forgeotdarc | set | messageid: <1219342693.61.0.948508691155.issue3611@psf.upfronthosting.co.za> |
| 2008-08-21 18:18:12 | amaury.forgeotdarc | link | issue3611 messages |
| 2008-08-21 18:18:12 | amaury.forgeotdarc | create | |