Home
last modified time | relevance | path

Searched refs:atexitmodule (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Datexitmodule.c14 static struct PyModuleDef atexitmodule; variable
338 static struct PyModuleDef atexitmodule = { variable
353 return PyModuleDef_Init(&atexitmodule); in PyInit_atexit()
DSetup.dist119 atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
/external/python/cpython3/Misc/
DHISTORY16172 PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters.