Skip to main content

PyInterpreterState_ThreadHead

Function PyInterpreterState_ThreadHead 

pub unsafe extern "C" fn PyInterpreterState_ThreadHead(
    interp: *mut PyInterpreterState,
) -> *mut PyThreadState
Available on crate feature tls and non-PyPy only.