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 steve.dower
Recipients izbyshev, steve.dower, vstinner
Date 2020-12-04.19:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607111613.65.0.554128111938.issue42569@roundup.psfhosted.org>
In-reply-to
Content
If the GIL is not held, no exception should be raised, so the fact that you've got one there means that the GIL is held and the main.c-specific error message is the bit that's wrong.

So it should be, "if they fail and you're in a context where exceptions are allowed, raise an exception" (which will chain back to the one raised from an audit hook".
History
Date User Action Args
2020-12-04 19:53:33steve.dowersetrecipients: + steve.dower, vstinner, izbyshev
2020-12-04 19:53:33steve.dowersetmessageid: <1607111613.65.0.554128111938.issue42569@roundup.psfhosted.org>
2020-12-04 19:53:33steve.dowerlinkissue42569 messages
2020-12-04 19:53:33steve.dowercreate