Home
last modified time | relevance | path

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

/third_party/python/Modules/
Datexitmodule.c278 static struct PyModuleDef atexitmodule = { variable
289 return PyModuleDef_Init(&atexitmodule); in PyInit_atexit()
DSetup116 atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv403 Modules/atexitmodule.c - atexit_slots -
472 Modules/atexitmodule.c - atexit_methods -
2181 Modules/atexitmodule.c - atexitmodule -
/third_party/python/Misc/
DHISTORY16172 PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters.