Message71665
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 :-). |
|
| 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: <[email protected]> |
| 2008-08-21 18:18:12 | amaury.forgeotdarc | link | issue3611 messages |
| 2008-08-21 18:18:12 | amaury.forgeotdarc | create | |
|