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 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:13amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson
2008-08-21 18:18:13amaury.forgeotdarcsetmessageid: <1219342693.61.0.948508691155.issue3611@psf.upfronthosting.co.za>
2008-08-21 18:18:12amaury.forgeotdarclinkissue3611 messages
2008-08-21 18:18:12amaury.forgeotdarccreate