()
| 67 | impl Default for PyObjectArenaAllocator { |
| 68 | #[inline] |
| 69 | fn default() -> Self { |
| 70 | unsafe { ::core::mem::zeroed() } |
| 71 | } |
| 72 | } |
| 73 | #[cfg(all(not(Py_LIMITED_API), Py_3_4))] |
| 74 | #[cfg_attr(windows, link(name = "pythonXY"))] |
nothing calls this directly
no outgoing calls
no test coverage detected