()
| 495 | /// Python code runs in the child process. |
| 496 | #[cfg(all(unix, feature = "threading"))] |
| 497 | pub(crate) fn reset_weakref_locks_after_fork() { |
| 498 | weakref_lock::reset_all_after_fork(); |
| 499 | } |
| 500 | |
| 501 | // === WeakRefList: inline on every object (tp_weaklist) === |
| 502 |
no test coverage detected