Home
last modified time | relevance | path

Searched refs:Py_AtExit (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dsys.rst139 .. c:function:: int Py_AtExit(void (*func) ())
148 :c:func:`Py_AtExit` returns ``0``; on failure, it returns ``-1``. The cleanup
/external/python/cpython2/Include/
Dpythonrun.h74 PyAPI_FUNC(int) Py_AtExit(void (*func)(void));
/external/python/cpython2/PC/os2vacpp/
Dpython.def411 Py_AtExit
/external/python/cpython2/Objects/
Ddictobject.c249 Py_AtExit(show_counts); in PyDict_New()
252 Py_AtExit(show_alloc); in PyDict_New()
255 Py_AtExit(show_track); in PyDict_New()
Dlistobject.c120 Py_AtExit(show_alloc); in PyList_New()
/external/python/cpython2/PC/os2emx/
Dpython27.def1093 "Py_AtExit"
/external/python/cpython2/Doc/data/
Drefcounts.dat1732 Py_AtExit:int:::
1733 Py_AtExit:void (*)():func::
/external/python/cpython2/Python/
Dpythonrun.c1739 int Py_AtExit(void (*func)(void)) in Py_AtExit() function
/external/python/cpython2/Modules/
D_tkinter.c3699 Py_AtExit(Tcl_Finalize); in init_tkinter()
Dsocketmodule.c4510 Py_AtExit(os_cleanup);
/external/python/cpython2/Misc/
DHISTORY15366 (Py_AtExit)