Searched refs:Py_FinalizeEx (Results 1 – 19 of 19) sorted by relevance
67 if (Py_FinalizeEx() < 0) { in main()
95 if (Py_FinalizeEx() < 0) { in Py_FrozenMain()
2213 Py_FinalizeEx(void) in Py_FinalizeEx() function
16 PyAPI_FUNC(int) Py_FinalizeEx(void);
64 If this envvar exists, Py_FinalizeEx() arranges to print a list of all66 before and after Py_FinalizeEx has cleaned up everything it can clean up. The
1913 [function.Py_FinalizeEx]
405 single: Py_FinalizeEx (C function)408 Exit the current process. This calls :c:func:`Py_FinalizeEx` and then calls the409 standard C library function ``exit(status)``. If :c:func:`Py_FinalizeEx`419 single: Py_FinalizeEx (C function)422 Register a cleanup function to be called by :c:func:`Py_FinalizeEx`. The cleanup
358 single: Py_FinalizeEx (C function)369 :c:func:`Py_FinalizeEx` first). There is no return value; it is a fatal403 (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns false until415 .. c:function:: int Py_FinalizeEx()450 :c:func:`Py_FinalizeEx` more than once.452 .. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx459 This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that1703 single: Py_FinalizeEx (C function)1727 calling :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that1755 .. index:: single: Py_FinalizeEx (C function)[all …]
793 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns795 these functions is given in a later chapter. Notice that :c:func:`Py_FinalizeEx`
80 if (Py_FinalizeEx() < 0) {101 that prints the date and time. Afterwards, the :c:func:`Py_FinalizeEx` call shuts
777 if (Py_FinalizeEx() < 0) { in Py_RunMain()
7 :c:func:`Py_Finalize()` and :c:func:`Py_FinalizeEx()` now always run with
541 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
53 EXPORT_FUNC(Py_FinalizeEx)
842 func,Py_FinalizeEx,3.6,,
982 …<elf-symbol name='Py_FinalizeEx' type='func-type' binding='global-binding' visibility='default-vis…26110 …Py_FinalizeEx' mangled-name='Py_FinalizeEx' filepath='./Include/pylifecycle.h' line='16' column='1…
40 - in sequence, with several :c:func:`Py_InitializeEx`/:c:func:`Py_FinalizeEx`
1884 * New :c:func:`Py_FinalizeEx` API which indicates if flushing buffered data