Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Datexitmodule.c14 static struct PyModuleDef atexitmodule; variable
339 static struct PyModuleDef atexitmodule = { variable
354 return PyModuleDef_Init(&atexitmodule); in PyInit_atexit()
DSetup116 atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
/external/python/cpython3/android/
DSetup.local14 atexit atexitmodule.c
/external/python/cpython3/
DAndroid-bionic.bp8 "Modules/atexitmodule.c",
DAndroid-linux_x86_64.bp8 "Modules/atexitmodule.c",
DAndroid-darwin_x86_64.bp58 "Modules/atexitmodule.c",
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv55 Modules/atexitmodule.c - atexit_methods variable static PyMethodDef atexit_methods
56 Modules/atexitmodule.c - atexitmodule variable static struct PyModuleDef atexitmodule
57 Modules/atexitmodule.c - atexit_slots variable static PyModuleDef_Slot atexit_slots[]
/external/python/cpython3/Misc/
DHISTORY16172 PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters.