Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h28 PyAPI_FUNC(int) Py_AtExit(void (*func)(void));
/third_party/python/Doc/c-api/
Dsys.rst415 .. c:function:: int Py_AtExit(void (*func) ())
424 :c:func:`Py_AtExit` returns ``0``; on failure, it returns ``-1``. The cleanup
/third_party/python/PC/
Dpython3dll.c45 EXPORT_FUNC(Py_AtExit)
/third_party/python/Doc/data/
Dstable_abi.dat773 function,Py_AtExit,3.2,
Drefcounts.dat2928 Py_AtExit:int:::
2929 Py_AtExit:void (*)():func::
/third_party/python/Python/
Dpylifecycle.c2831 int Py_AtExit(void (*func)(void)) in Py_AtExit() function
/third_party/python/Misc/
Dstable_abi.txt1498 function Py_AtExit
DHISTORY32745 (Py_AtExit)
/third_party/python/Modules/
D_tkinter.c3647 Py_AtExit(Tcl_Finalize); in PyInit__tkinter()
Dsocketmodule.c7002 Py_AtExit(os_cleanup);