Home
last modified time | relevance | path

Searched refs:Py_Finalize (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Demo/embed/
Dimportexc.c14 Py_Finalize(); in main()
Dloop.c30 Py_Finalize(); in main()
/external/python/cpython2/Doc/c-api/
Dsys.rst132 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
Dinit.rst30 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
Dintro.rst575 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/
Dinstall.c311 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/
Dfrozenmain.c67 Py_Finalize(); in Py_FrozenMain()
Dpythonrun.c404 Py_Finalize(void) in Py_Finalize() function
729 Py_Finalize(); in initsite()
1783 Py_Finalize(); in Py_Exit()
/external/python/cpython2/Doc/includes/
Drun-func.c66 Py_Finalize(); in main()
/external/python/cpython2/Demo/pysvr/
Dpysvr.c177 Py_Finalize(); in main_thread()
179 Py_Finalize(); /* This should be harmless. */ in main_thread()
/external/python/cpython2/Misc/
DSpecialBuilds.txt66 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()
DHISTORY3111 - 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
DNEWS7335 - Issue #1722344: ``threading._shutdown()`` is now called in ``Py_Finalize()``,
/external/python/cpython2/Include/
Dpythonrun.h30 PyAPI_FUNC(void) Py_Finalize(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def418 Py_Finalize
/external/python/cpython2/Modules/
Dmain.c665 Py_Finalize(); in Py_Main()
Dgc_weakref.txt120 during shutdown, during the second call of gc in Py_Finalize, after most
/external/python/cpython2/Doc/extending/
Dembedding.rst68 Py_Finalize();
76 that prints the date and time. Afterwards, the :c:func:`Py_Finalize` call shuts
/external/python/cpython2/PC/os2emx/
Dpython27.def1079 "Py_Finalize"
/external/python/cpython2/Doc/faq/
Dextending.rst433 Py_Finalize();
/external/python/cpython2/Doc/data/
Drefcounts.dat1765 Py_Finalize:void:::
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2202 * The :c:func:`Py_Finalize` function now calls the internal