Searched refs:Py_Finalize (Results 1 – 23 of 23) sorted by relevance
/third_party/python/Programs/ |
D | _testembed.c | 83 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.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/boost/tools/build/src/engine/ |
D | jam.cpp | 703 Py_Finalize(); in main()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/ |
D | ascend_graph_impl.cc | 410 Py_Finalize(); in FinalizePython()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a5.rst | 112 :c:func:`Py_Initialize` / :c:func:`Py_Finalize` is called multiple times:
|
D | 3.9.0a2.rst | 886 posix module after a Py_Finalize if the environment had changed since the
|
D | 3.9.0a5.rst | 223 after :c:func:`Py_Finalize` has been called. Moreover, the daemon thread now
|
/third_party/python/PC/ |
D | python3dll.c | 56 EXPORT_FUNC(Py_Finalize)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 789 function,Py_Finalize,3.2,
|
D | refcounts.dat | 2983 Py_Finalize:void:::
|
/third_party/python/Doc/faq/ |
D | extending.rst | 395 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/alsa-lib/modules/mixer/simple/ |
D | python.c | 1036 Py_Finalize(); in alsa_mixer_simple_free()
|
/third_party/python/Python/ |
D | pylifecycle.c | 1868 Py_Finalize(void) in Py_Finalize() function
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1514 function Py_Finalize
|
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 …]
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 417 Py_Finalize();
|
D | init.rst | 309 .. c:function:: void Py_Finalize()
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 2226 * The :c:func:`Py_Finalize` function now calls the internal
|