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 erlendaasland
Recipients erlendaasland, hydroflask, vstinner
Date 2022-03-15.19:29:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647372554.11.0.222303115379.issue47019@roundup.psfhosted.org>
In-reply-to
Content
All callbacks triggered from external libraries must protect Python C API calls. You may call it offending, but that is the reality; a callback may trigger at any point in time, so we need to make sure the GIL is held before calling any Py API. That is also the case for the destructor.
History
Date User Action Args
2022-03-15 19:29:14erlendaaslandsetrecipients: + erlendaasland, vstinner, hydroflask
2022-03-15 19:29:14erlendaaslandsetmessageid: <1647372554.11.0.222303115379.issue47019@roundup.psfhosted.org>
2022-03-15 19:29:14erlendaaslandlinkissue47019 messages
2022-03-15 19:29:14erlendaaslandcreate