Searched refs:Py_FinalizeEx (Results 1 – 16 of 16) sorted by relevance
16 PyAPI_FUNC(int) Py_FinalizeEx(void);
67 if (Py_FinalizeEx() < 0) { in main()
116 if (Py_FinalizeEx() < 0) { in Py_FrozenMain()
1703 Py_FinalizeEx(void) in Py_FinalizeEx() function1870 Py_FinalizeEx(); in Py_Finalize()2858 if (Py_FinalizeEx() < 0) { in Py_Exit()
68 If this envvar exists, Py_FinalizeEx() arranges to print a list of all70 before and after Py_FinalizeEx has cleaned up everything it can clean up. The
1808 function Py_FinalizeEx
404 single: Py_FinalizeEx()407 Exit the current process. This calls :c:func:`Py_FinalizeEx` and then calls the408 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
242 single: Py_FinalizeEx()253 (without calling :c:func:`Py_FinalizeEx` first). There is no return value; it is a271 (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns false until275 .. c:function:: int Py_FinalizeEx()303 :c:func:`Py_FinalizeEx` more than once.305 .. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx311 This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that340 If :c:func:`Py_FinalizeEx` is called, this function will need to be called1347 single: Py_FinalizeEx()1371 calling :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that[all …]
722 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns724 these functions is given in a later chapter. Notice that :c:func:`Py_FinalizeEx`
668 if (Py_FinalizeEx() < 0) { in Py_RunMain()
71 if (Py_FinalizeEx() < 0) {82 that prints the date and time. Afterwards, the :c:func:`Py_FinalizeEx` call shuts
57 EXPORT_FUNC(Py_FinalizeEx)
790 function,Py_FinalizeEx,3.6,
508 New Py_FinalizeEx() API allowing Python to set an exit status of 120 on
8829 Conditionally declare :c:func:`Py_FinalizeEx()` (new in 3.6) based on
1880 * New :c:func:`Py_FinalizeEx` API which indicates if flushing buffered data