| 145 | #if PY_VERSION_HEX >= 0x030D0000 |
| 146 | /* Forward declaration - defined later with multi-phase init */ |
| 147 | static struct PyModuleDef moduledef; |
| 148 | #else |
| 149 | /* Pre-3.13: a single static state instance serves the whole process, |
| 150 | and a borrowed reference to the module object so that Scanner and |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…