Function PyEval_ThreadsInitialized
pub unsafe extern "C" fn PyEval_ThreadsInitialized() -> i32 ⓘ
👎Deprecated: Deprecated in Python 3.9, this function always returns true in Python 3.7 or newer.
Available on crate features
dep_pyo3
and std
only.