Skip to main content

PyFrame_GetBack

Function PyFrame_GetBack 

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