()
| 92 | |
| 93 | #[cfg(all(unix, feature = "threading"))] |
| 94 | pub(crate) unsafe fn after_fork_child_imp_lock_release() { |
| 95 | unsafe { lock::after_fork_child_reinit_and_release() } |
| 96 | } |
| 97 | |
| 98 | #[cfg(not(feature = "threading"))] |
| 99 | #[pymodule(sub)] |
no test coverage detected