Searched refs:atexitmodule (Results 1 – 3 of 3) sorted by relevance
14 static struct PyModuleDef atexitmodule; variable338 static struct PyModuleDef atexitmodule = { variable353 return PyModuleDef_Init(&atexitmodule); in PyInit_atexit()
119 atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
16172 PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters.