Message413807
| 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". |
|