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 Trundle
Recipients Trundle, amaury.forgeotdarc, ideasman42, vstinner
Date 2011-01-07.23:12:48
SpamBayes Score 2.7885419e-05
Marked as misclassified No
Message-id <1294441971.76.0.0762983225509.issue6284@psf.upfronthosting.co.za>
In-reply-to
Content
There should also be a call to `PyErr_NormalizeException()`, as `PyErr_Fetch()` can return unnormalized exceptions (see e.g. issue #10756).
History
Date User Action Args
2011-01-07 23:12:51Trundlesetrecipients: + Trundle, amaury.forgeotdarc, vstinner, ideasman42
2011-01-07 23:12:51Trundlesetmessageid: <1294441971.76.0.0762983225509.issue6284@psf.upfronthosting.co.za>
2011-01-07 23:12:48Trundlelinkissue6284 messages
2011-01-07 23:12:48Trundlecreate