| 59 | #[repr(C)] |
| 60 | #[derive(Copy, Clone)] |
| 61 | pub 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"))] |
nothing calls this directly
no outgoing calls
no test coverage detected