pub unsafe extern "C" fn PyFrame_GetBack(
f: *mut PyFrameObject,
) -> *mut PyFrameObject
Available on
Py_3_9
and non-PyPy
and non-Py_LIMITED_API
only.pub unsafe extern "C" fn PyFrame_GetBack(
f: *mut PyFrameObject,
) -> *mut PyFrameObject
Py_3_9
and non-PyPy
and non-Py_LIMITED_API
only.