devela::_dep::pyo3::ffi

Function PyFrame_New

pub unsafe extern "C" fn PyFrame_New(
    tstate: *mut PyThreadState,
    code: *mut PyCodeObject,
    globals: *mut PyObject,
    locals: *mut PyObject,
) -> *mut PyFrameObject
Available on crate features dep_pyo3 and std only.