Skip to main content

PyFrame_FastToLocalsWithError

Function PyFrame_FastToLocalsWithError 

pub unsafe extern "C" fn PyFrame_FastToLocalsWithError(
    f: *mut PyFrameObject,
) -> i32
Available on crate feature tls only.