Searched refs:Py_Finalize (Results 1 – 22 of 22) sorted by relevance
/external/python/cpython2/Demo/embed/ |
D | importexc.c | 14 Py_Finalize(); in main()
|
D | loop.c | 30 Py_Finalize(); in main()
|
/external/python/cpython2/Doc/c-api/ |
D | sys.rst | 132 single: Py_Finalize() 135 Exit the current process. This calls :c:func:`Py_Finalize` and then calls the 142 single: Py_Finalize() 145 Register a cleanup function to be called by :c:func:`Py_Finalize`. The cleanup
|
D | init.rst | 30 single: Py_Finalize() 40 (without calling :c:func:`Py_Finalize` first). There is no return value; it is a 56 (zero) if not. After :c:func:`Py_Finalize` is called, this returns false until 60 .. c:function:: void Py_Finalize() 87 :c:func:`Py_Finalize` more than once. 851 single: Py_Finalize() 861 :c:func:`Py_Finalize` and :c:func:`Py_Initialize`; in that case, the extension's 869 .. index:: single: Py_Finalize() 876 when it returns.) :c:func:`Py_Finalize` will destroy all sub-interpreters that
|
D | intro.rst | 575 by calling :c:func:`Py_Finalize`. The function :c:func:`Py_IsInitialized` returns 577 these functions is given in a later chapter. Notice that :c:func:`Py_Finalize`
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 311 DECLPROC(hPython, void, Py_Finalize, (void)); in compile_filelist() 322 if (!Py_Initialize || !Py_SetProgramName || !Py_Finalize) in compile_filelist() 333 Py_Finalize(); in compile_filelist() 703 DECLPROC(hPython, void, Py_Finalize, (void)); in do_run_installscript() 711 || !PyRun_SimpleString || !Py_Finalize) in do_run_installscript() 749 Py_Finalize(); in do_run_installscript() 811 DECLPROC(hPython, void, Py_Finalize, (void)); in do_run_simple_script() 815 if (!Py_Initialize || !Py_SetProgramName || !Py_Finalize || in do_run_simple_script() 825 Py_Finalize(); in do_run_simple_script() 1288 void (__cdecl * Py_Finalize)(void); in get_sys_prefix() [all …]
|
/external/python/cpython2/Python/ |
D | frozenmain.c | 67 Py_Finalize(); in Py_FrozenMain()
|
D | pythonrun.c | 404 Py_Finalize(void) in Py_Finalize() function 729 Py_Finalize(); in initsite() 1783 Py_Finalize(); in Py_Exit()
|
/external/python/cpython2/Doc/includes/ |
D | run-func.c | 66 Py_Finalize(); in main()
|
/external/python/cpython2/Demo/pysvr/ |
D | pysvr.c | 177 Py_Finalize(); in main_thread() 179 Py_Finalize(); /* This should be harmless. */ in main_thread()
|
/external/python/cpython2/Misc/ |
D | SpecialBuilds.txt | 66 If this envvar exists, Py_Finalize() arranges to print a list of all 68 before and after Py_Finalize has cleaned up everything it can clean up. The 143 stderr whenever a new arena is allocated, and also by Py_Finalize(). 178 Allocation and deallocation code keeps these counts up to date. Py_Finalize()
|
D | HISTORY | 3111 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage 3917 use. The interpreter now calls WSACleanup() from Py_Finalize() 12831 - Changed the checks made in Py_Initialize() and Py_Finalize(). It is 12833 Py_Initialize() initializes, the first call to Py_Finalize() 13923 - There is now a Py_Finalize() function which "de-initializes" 13925 repeatedly by calling Py_Finalize() followed by Py_Initialize(). A 13929 is deprecated (it is nothing more than Py_Finalize() followed by 13932 - There are no known memory leaks left. While Py_Finalize() doesn't 13934 repeated calls to Py_Finalize() and Py_Initialize() do not create
|
D | NEWS | 7335 - Issue #1722344: ``threading._shutdown()`` is now called in ``Py_Finalize()``,
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 30 PyAPI_FUNC(void) Py_Finalize(void);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 418 Py_Finalize
|
/external/python/cpython2/Modules/ |
D | main.c | 665 Py_Finalize(); in Py_Main()
|
D | gc_weakref.txt | 120 during shutdown, during the second call of gc in Py_Finalize, after most
|
/external/python/cpython2/Doc/extending/ |
D | embedding.rst | 68 Py_Finalize(); 76 that prints the date and time. Afterwards, the :c:func:`Py_Finalize` call shuts
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1079 "Py_Finalize"
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 433 Py_Finalize();
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1765 Py_Finalize:void:::
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2202 * The :c:func:`Py_Finalize` function now calls the internal
|