Home
last modified time | relevance | path

Searched refs:Py_FinalizeEx (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h16 PyAPI_FUNC(int) Py_FinalizeEx(void);
/third_party/python/Doc/includes/
Drun-func.c67 if (Py_FinalizeEx() < 0) { in main()
/third_party/python/Python/
Dfrozenmain.c116 if (Py_FinalizeEx() < 0) { in Py_FrozenMain()
Dpylifecycle.c1703 Py_FinalizeEx(void) in Py_FinalizeEx() function
1870 Py_FinalizeEx(); in Py_Finalize()
2858 if (Py_FinalizeEx() < 0) { in Py_Exit()
/third_party/python/Misc/
DSpecialBuilds.txt68 If this envvar exists, Py_FinalizeEx() arranges to print a list of all
70 before and after Py_FinalizeEx has cleaned up everything it can clean up. The
Dstable_abi.txt1808 function Py_FinalizeEx
/third_party/python/Doc/c-api/
Dsys.rst404 single: Py_FinalizeEx()
407 Exit the current process. This calls :c:func:`Py_FinalizeEx` and then calls the
408 standard C library function ``exit(status)``. If :c:func:`Py_FinalizeEx`
418 single: Py_FinalizeEx()
421 Register a cleanup function to be called by :c:func:`Py_FinalizeEx`. The cleanup
Dinit.rst242 single: Py_FinalizeEx()
253 (without calling :c:func:`Py_FinalizeEx` first). There is no return value; it is a
271 (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns false until
275 .. c:function:: int Py_FinalizeEx()
303 :c:func:`Py_FinalizeEx` more than once.
305 .. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx
311 This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that
340 If :c:func:`Py_FinalizeEx` is called, this function will need to be called
1347 single: Py_FinalizeEx()
1371 calling :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that
[all …]
Dintro.rst722 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns
724 these functions is given in a later chapter. Notice that :c:func:`Py_FinalizeEx`
/third_party/python/Modules/
Dmain.c668 if (Py_FinalizeEx() < 0) { in Py_RunMain()
/third_party/python/Doc/extending/
Dembedding.rst71 if (Py_FinalizeEx() < 0) {
82 that prints the date and time. Afterwards, the :c:func:`Py_FinalizeEx` call shuts
/third_party/python/PC/
Dpython3dll.c57 EXPORT_FUNC(Py_FinalizeEx)
/third_party/python/Doc/data/
Dstable_abi.dat790 function,Py_FinalizeEx,3.6,
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst508 New Py_FinalizeEx() API allowing Python to set an exit status of 120 on
D3.8.0a1.rst8829 Conditionally declare :c:func:`Py_FinalizeEx()` (new in 3.6) based on
/third_party/python/Doc/whatsnew/
D3.6.rst1880 * New :c:func:`Py_FinalizeEx` API which indicates if flushing buffered data