PyGen_New

Function PyGen_New 

Source
pub unsafe extern "C" fn PyGen_New(
    frame: *mut PyFrameObject,
) -> *mut PyObject