Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpylifecycle.h45 PyAPI_FUNC(void) _Py_PyAtExit(void (*func)(PyObject *), PyObject *);
/external/python/cpython3/Modules/
Datexitmodule.c330 _Py_PyAtExit(atexit_callfuncs, m); in atexit_exec()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst494 Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics.
/external/python/cpython3/Python/
Dpylifecycle.c2356 void _Py_PyAtExit(void (*func)(PyObject *), PyObject *module) in _Py_PyAtExit() function