Skip to main content

PyThreadState_GetFrame

Function PyThreadState_GetFrame 

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