SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 113 Python

bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)

Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing()
functions to the limited C API to suspend and resume tracing and
profiling.

Add an unit test on the PyThreadState C API to _testcapi.

Add also internal _PyThreadState_DisableTracing() and
_PyThreadState_ResetTracing().
V
Victor Stinner committed
547d26aa08aa5e4ec6e4f8a5587b30b39064a5ba
Parent: 354c352
Committed by GitHub <noreply@github.com> on 10/15/2021, 2:06:30 PM