| 384 | |
| 385 | // Handle the "global_state" state via moduedef |
| 386 | static struct PyModuleDef moduledef = { |
| 387 | PyModuleDef_HEAD_INIT, |
| 388 | "interpreter", |
| 389 | NULL, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…