MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PyGILState_STATE

Enum PyGILState_STATE

python3-sys/src/pystate.rs:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59#[repr(C)]
60#[derive(Copy, Clone)]
61pub enum PyGILState_STATE {
62 PyGILState_LOCKED,
63 PyGILState_UNLOCKED,
64}
65
66#[cfg(any(Py_3_7, py_sys_config = "WITH_THREAD"))]
67#[cfg_attr(windows, link(name = "pythonXY"))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected