Home
last modified time | relevance | path

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

/external/python/cpython3/Programs/
D_testembed.c153 Py_Finalize(); in test_repeated_init_and_subinterpreters()
201 Py_Finalize(); in test_repeated_init_exec()
220 Py_Finalize(); in test_repeated_simple_init()
271 Py_Finalize(); in check_stdio_details()
335 Py_Finalize(); in test_pre_initialization_api()
398 Py_Finalize(); in test_pre_initialization_sys_options()
449 Py_Finalize(); in test_bpo20891()
462 Py_Finalize(); in test_initialize_twice()
479 Py_Finalize(); in test_initialize_pymain()
499 Py_Finalize(); in test_init_initialize_config()
[all …]
D_freeze_module.c242 Py_Finalize(); in main()
247 Py_Finalize(); in main()
/external/bazelbuild-rules_python/tests/cc/current_py_cc_libs/
Dpython_libs_linking_test.cc16 Py_Finalize(); in main()
/external/python/cpython3/Include/
Dpylifecycle.h14 PyAPI_FUNC(void) Py_Finalize(void);
/external/python/cpython3/iOS/testbed/iOSTestbedTests/
DiOSTestbedTests.m153 Py_Finalize();
/external/AFLplusplus/src/
Dafl-fuzz-python.c308 Py_Finalize(); in finalize_py_module()
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a5.rst112 :c:func:`Py_Initialize` / :c:func:`Py_Finalize` is called multiple times:
D3.13.0b3.rst7 :c:func:`Py_Finalize()` and :c:func:`Py_FinalizeEx()` now always run with
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
/external/python/cpython3/PC/
Dpython3dll.c52 EXPORT_FUNC(Py_Finalize)
/external/python/cpython3/Doc/data/
Dstable_abi.dat841 func,Py_Finalize,3.2,,
Drefcounts.dat2947 Py_Finalize:void:::
Dpython3.13.abi981 …<elf-symbol name='Py_Finalize' type='func-type' binding='global-binding' visibility='default-visib…
28460Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2217' column='1' vis…
/external/python/cpython3/Modules/
Dgc_weakref.txt120 during shutdown, during the second call of gc in Py_Finalize, after most
/external/python/cpython3/Python/
Dpylifecycle.c2219 Py_Finalize(void) in Py_Finalize() function
/external/python/cpython3/Misc/
Dstable_abi.toml1625 [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 …]
/external/python/cpython3/Doc/c-api/
Dinit_config.rst439 Py_Finalize();
Dinit.rst457 .. c:function:: void Py_Finalize()
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2230 * The :c:func:`Py_Finalize` function now calls the internal