Skip to main content

PyEval_SetTraceAllThreads

Function PyEval_SetTraceAllThreads 

Source
pub unsafe extern "C" fn PyEval_SetTraceAllThreads(
    trace_func: Option<Py_tracefunc>,
    arg1: *mut PyObject,
)
Available on Py_3_12 and neither Py_LIMITED_API nor RustPython and non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here