Home
last modified time | relevance | path

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

/third_party/python/Programs/
D_testembed.c83 Py_Finalize(); in test_repeated_init_and_subinterpreters()
130 Py_Finalize(); in check_stdio_details()
151 Py_Finalize(); in test_forced_io_encoding()
186 Py_Finalize(); in test_pre_initialization_api()
240 Py_Finalize(); in test_pre_initialization_sys_options()
304 Py_Finalize(); in test_initialize_twice()
321 Py_Finalize(); in test_initialize_pymain()
341 Py_Finalize(); in test_init_initialize_config()
416 Py_Finalize(); in check_init_compat_config()
477 Py_Finalize(); in test_init_global_config()
[all …]
D_freeze_importlib.c145 Py_Finalize(); in main()
157 Py_Finalize(); in main()
/third_party/python/Include/
Dpylifecycle.h14 PyAPI_FUNC(void) Py_Finalize(void);
/third_party/boost/libs/python/example/numpy/
Dwrap.cpp132 Py_Finalize(); in main()
/third_party/boost/libs/python/
Dfabscript58 Py_Finalize();
/third_party/boost/tools/build/src/engine/
Djam.cpp703 Py_Finalize(); in main()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.cc410 Py_Finalize(); in FinalizePython()
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst112 :c:func:`Py_Initialize` / :c:func:`Py_Finalize` is called multiple times:
D3.9.0a2.rst886 posix module after a Py_Finalize if the environment had changed since the
D3.9.0a5.rst223 after :c:func:`Py_Finalize` has been called. Moreover, the daemon thread now
/third_party/python/PC/
Dpython3dll.c56 EXPORT_FUNC(Py_Finalize)
/third_party/python/Doc/data/
Dstable_abi.dat789 function,Py_Finalize,3.2,
Drefcounts.dat2983 Py_Finalize:void:::
/third_party/python/Doc/faq/
Dextending.rst395 Py_Finalize();
/third_party/boost/libs/python/doc/
Dtutorial.qbk1295 [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/
Dgc_weakref.txt120 during shutdown, during the second call of gc in Py_Finalize, after most
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c1036 Py_Finalize(); in alsa_mixer_simple_free()
/third_party/python/Python/
Dpylifecycle.c1868 Py_Finalize(void) in Py_Finalize() function
/third_party/python/Misc/
Dstable_abi.txt1514 function Py_Finalize
DHISTORY8378 - 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 …]
/third_party/python/Doc/c-api/
Dinit_config.rst417 Py_Finalize();
Dinit.rst309 .. c:function:: void Py_Finalize()
/third_party/python/Doc/whatsnew/
D2.7.rst2226 * The :c:func:`Py_Finalize` function now calls the internal