Searched refs:Py_FinalizeEx (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Include/ |
D | pylifecycle.h | 16 PyAPI_FUNC(int) Py_FinalizeEx(void);
|
/external/python/cpython3/Doc/includes/ |
D | run-func.c | 67 if (Py_FinalizeEx() < 0) { in main()
|
/external/python/cpython3/Python/ |
D | frozenmain.c | 116 if (Py_FinalizeEx() < 0) { in Py_FrozenMain()
|
D | pylifecycle.c | 1345 Py_FinalizeEx(void) in Py_FinalizeEx() function 1515 Py_FinalizeEx(); in Py_Finalize() 2433 if (Py_FinalizeEx() < 0) { in Py_Exit()
|
/external/python/cpython3/Doc/c-api/ |
D | sys.rst | 402 single: Py_FinalizeEx() 405 Exit the current process. This calls :c:func:`Py_FinalizeEx` and then calls the 406 standard C library function ``exit(status)``. If :c:func:`Py_FinalizeEx` 416 single: Py_FinalizeEx() 419 Register a cleanup function to be called by :c:func:`Py_FinalizeEx`. The cleanup
|
D | init.rst | 241 single: Py_FinalizeEx() 252 (without calling :c:func:`Py_FinalizeEx` first). There is no return value; it is a 270 (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns false until 274 .. c:function:: int Py_FinalizeEx() 302 :c:func:`Py_FinalizeEx` more than once. 304 .. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx 310 This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that 339 If :c:func:`Py_FinalizeEx` is called, this function will need to be called 1310 single: Py_FinalizeEx() 1334 calling :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that [all …]
|
D | intro.rst | 722 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`
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 68 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 148 stderr whenever a new arena is allocated, and also by Py_FinalizeEx().
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 733 DECLPROC(hPython, int, Py_FinalizeEx, (void)); in do_run_installscript() 741 || !PyRun_SimpleString || !Py_FinalizeEx) in do_run_installscript() 788 if (Py_FinalizeEx() < 0) { in do_run_installscript() 852 DECLPROC(hPython, int, Py_FinalizeEx, (void)); in do_run_simple_script() 856 if (!Py_Initialize || !Py_SetProgramName || !Py_FinalizeEx || in do_run_simple_script() 866 if (Py_FinalizeEx() < 0) { in do_run_simple_script()
|
/external/python/cpython3/Modules/ |
D | main.c | 679 if (Py_FinalizeEx() < 0) { in Py_RunMain()
|
/external/python/cpython3/Doc/extending/ |
D | embedding.rst | 71 if (Py_FinalizeEx() < 0) { 82 that prints the date and time. Afterwards, the :c:func:`Py_FinalizeEx` call shuts
|
/external/python/cpython3/PC/ |
D | python3.def | 734 Py_FinalizeEx=python39.Py_FinalizeEx
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a1.rst | 508 New Py_FinalizeEx() API allowing Python to set an exit status of 120 on
|
D | 3.8.0a1.rst | 8829 Conditionally declare :c:func:`Py_FinalizeEx()` (new in 3.6) based on
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1880 * New :c:func:`Py_FinalizeEx` API which indicates if flushing buffered data
|