Searched refs:Py_Finalize (Results 1 – 18 of 18) sorted by relevance
/third_party/python/Programs/ |
D | _testembed.c | 81 Py_Finalize(); in test_repeated_init_and_subinterpreters() 114 Py_Finalize(); in check_stdio_details() 135 Py_Finalize(); in test_forced_io_encoding() 170 Py_Finalize(); in test_pre_initialization_api() 224 Py_Finalize(); in test_pre_initialization_sys_options() 288 Py_Finalize(); in test_initialize_twice() 305 Py_Finalize(); in test_initialize_pymain() 325 Py_Finalize(); in test_init_initialize_config() 400 Py_Finalize(); in check_init_compat_config() 461 Py_Finalize(); in test_init_global_config() [all …]
|
D | _freeze_importlib.c | 145 Py_Finalize(); in main() 157 Py_Finalize(); in main()
|
/third_party/python/Include/ |
D | pylifecycle.h | 14 PyAPI_FUNC(void) Py_Finalize(void);
|
/third_party/boost/libs/python/example/numpy/ |
D | wrap.cpp | 132 Py_Finalize(); in main()
|
/third_party/boost/libs/python/ |
D | fabscript | 58 Py_Finalize();
|
/third_party/python/PC/bdist_wininst/ |
D | install.c | 339 DECLPROC(hPython, void, Py_Finalize, (void)); in compile_filelist() 350 if (!Py_Initialize || !Py_SetProgramName || !Py_Finalize) in compile_filelist() 361 Py_Finalize(); in compile_filelist() 1332 void (__cdecl * Py_Finalize)(void); in get_sys_prefix() 1374 Py_Finalize = (void (*)(void))GetProcAddress(hPython, in get_sys_prefix() 1383 Py_Finalize(); in get_sys_prefix()
|
/third_party/boost/tools/build/src/engine/ |
D | jam.cpp | 703 Py_Finalize(); in main()
|
/third_party/python/PC/ |
D | python3.def | 740 Py_Finalize=python39.Py_Finalize
|
/third_party/boost/libs/python/doc/ |
D | tutorial.qbk | 1295 [def Py_Finalize [@http://www.python.org/doc/current/api/initialization.html#l2h-656 Py… 1387 [/ # Call Py_Finalize() to stop the interpreter and release its resources.] 1389 [note [*Note that at this time you must not call Py_Finalize() to stop the
|
/third_party/python/Modules/ |
D | gc_weakref.txt | 120 during shutdown, during the second call of gc in Py_Finalize, after most
|
/third_party/python/Doc/faq/ |
D | extending.rst | 426 Py_Finalize();
|
/third_party/python/Python/ |
D | pylifecycle.c | 1513 Py_Finalize(void) in Py_Finalize() function
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 335 Py_Finalize();
|
D | init.rst | 308 .. c:function:: void Py_Finalize()
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 3006 Py_Finalize:void:::
|
/third_party/python/Misc/ |
D | HISTORY | 8378 - Issue #10363: Deallocate global locks in Py_Finalize(). 11905 - Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other 11925 - Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly 12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which 20495 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage 21301 use. The interpreter now calls WSACleanup() from Py_Finalize() 30210 - Changed the checks made in Py_Initialize() and Py_Finalize(). It is 30212 Py_Initialize() initializes, the first call to Py_Finalize() 31302 - There is now a Py_Finalize() function which "de-initializes" 31304 repeatedly by calling Py_Finalize() followed by Py_Initialize(). A [all …]
|
D | NEWS | 2445 dangling pointer after :c:func:`Py_Finalize` has been called. Moreover, 3911 re-initializing the posix module after a Py_Finalize if the environment
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 2226 * The :c:func:`Py_Finalize` function now calls the internal
|