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 jason.haslam
Recipients jason.haslam, tomasheran
Date 2020-09-29.17:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601401961.38.0.995795243895.issue35103@roundup.psfhosted.org>
In-reply-to
Content
FWIW, I believe that you have to call `PyErr_NormalizeException` on the values returned from `PyErr_Fetch`. It looks like this is working as expected.
History
Date User Action Args
2020-09-29 17:52:41jason.haslamsetrecipients: + jason.haslam, tomasheran
2020-09-29 17:52:41jason.haslamsetmessageid: <1601401961.38.0.995795243895.issue35103@roundup.psfhosted.org>
2020-09-29 17:52:41jason.haslamlinkissue35103 messages
2020-09-29 17:52:41jason.haslamcreate