pub unsafe extern "C" fn PyThreadState_GetFrame(
arg1: *mut PyThreadState,
) -> *mut PyFrameObject
Available on
Py_3_10
and non-PyPy
and non-Py_LIMITED_API
only.pub unsafe extern "C" fn PyThreadState_GetFrame(
arg1: *mut PyThreadState,
) -> *mut PyFrameObject
Py_3_10
and non-PyPy
and non-Py_LIMITED_API
only.