Skip to main content

PyNumber_Long

Function PyNumber_Long 

pub unsafe extern "C" fn PyNumber_Long(
    o: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls only.