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 vstinner
Recipients Mark.Shannon, corona10, erlendaasland, petr.viktorin, scoder, vstinner
Date 2022-02-23.15:29:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645630158.89.0.093353065909.issue46836@roundup.psfhosted.org>
In-reply-to
Content
See also the bpo-39947: "[C API] Make the PyThreadState structure opaque (move it to the internal C API)". Recently, I also added helper functions:

* PyThreadState_GetFrame(): Python 3.9 and limited C API version 3.10
* PyThreadState_GetID(): Python 3.9 and limited C API version 3.10
* PyThreadState_GetInterpreter(): Python 3.9 and limited C API version 3.10
* PyThreadState_EnterTracing(), PyThreadState_LeaveTracing(): Python 3.11

See also pending GH-29121 of bpo-39947: "Add PyThreadState_SetTrace() function".
History
Date User Action Args
2022-02-23 15:29:18vstinnersetrecipients: + vstinner, scoder, petr.viktorin, Mark.Shannon, corona10, erlendaasland
2022-02-23 15:29:18vstinnersetmessageid: <1645630158.89.0.093353065909.issue46836@roundup.psfhosted.org>
2022-02-23 15:29:18vstinnerlinkissue46836 messages
2022-02-23 15:29:18vstinnercreate