Searched refs:Py_Finalize (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython3/Programs/ |
D | _testembed.c | 153 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.c | 242 Py_Finalize(); in main() 247 Py_Finalize(); in main()
|
/external/bazelbuild-rules_python/tests/cc/current_py_cc_libs/ |
D | python_libs_linking_test.cc | 16 Py_Finalize(); in main()
|
/external/python/cpython3/Include/ |
D | pylifecycle.h | 14 PyAPI_FUNC(void) Py_Finalize(void);
|
/external/python/cpython3/iOS/testbed/iOSTestbedTests/ |
D | iOSTestbedTests.m | 153 Py_Finalize();
|
/external/AFLplusplus/src/ |
D | afl-fuzz-python.c | 308 Py_Finalize(); in finalize_py_module()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a5.rst | 112 :c:func:`Py_Initialize` / :c:func:`Py_Finalize` is called multiple times:
|
D | 3.13.0b3.rst | 7 :c:func:`Py_Finalize()` and :c:func:`Py_FinalizeEx()` now always run with
|
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
|
/external/python/cpython3/PC/ |
D | python3dll.c | 52 EXPORT_FUNC(Py_Finalize)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 841 func,Py_Finalize,3.2,,
|
D | refcounts.dat | 2947 Py_Finalize:void:::
|
D | python3.13.abi | 981 …<elf-symbol name='Py_Finalize' type='func-type' binding='global-binding' visibility='default-visib… 28460 …Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2217' column='1' vis…
|
/external/python/cpython3/Modules/ |
D | gc_weakref.txt | 120 during shutdown, during the second call of gc in Py_Finalize, after most
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 2219 Py_Finalize(void) in Py_Finalize() function
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1625 [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 …]
|
/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 439 Py_Finalize();
|
D | init.rst | 457 .. c:function:: void Py_Finalize()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 2230 * The :c:func:`Py_Finalize` function now calls the internal
|