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 scoder
Recipients Arfrever, amaury.forgeotdarc, pitrou, scoder, vstinner
Date 2010-02-15.11:46:54
SpamBayes Score 6.4328622e-09
Marked as misclassified No
Message-id <1266234431.02.0.908409501983.issue7173@psf.upfronthosting.co.za>
In-reply-to
Content
I tried several times to debug it myself, but I don't understand the exception cleanup macros in ceval.c (UNWIND_EXCEPTION_HANDLER and friends, new in Py3). If someone can get me set up to debug them, I can give it another shot. I assume there are a couple of invariants involved in them? Is there any interaction with generators that I should know about?
History
Date User Action Args
2010-02-15 11:47:11scodersetrecipients: + scoder, amaury.forgeotdarc, pitrou, vstinner, Arfrever
2010-02-15 11:47:11scodersetmessageid: <1266234431.02.0.908409501983.issue7173@psf.upfronthosting.co.za>
2010-02-15 11:46:55scoderlinkissue7173 messages
2010-02-15 11:46:54scodercreate