Skip to main content

Py_NewInterpreterFromConfig

Function Py_NewInterpreterFromConfig 

pub unsafe extern "C" fn Py_NewInterpreterFromConfig(
    tstate_p: *mut *mut PyThreadState,
    config: *const PyInterpreterConfig,
) -> PyStatus
Available on crate feature tls and Py_3_12 only.