Home
last modified time | relevance | path

Searched refs:_PyRuntimeState_Fini (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h131 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *runtime);
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst116 Fix leak in _PyRuntimeState_Fini. Contributed by Stéphane Wirtel.
/third_party/python/Python/
Dpystate.c116 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini() function
Dpylifecycle.c111 _PyRuntimeState_Fini(&_PyRuntime); in _PyRuntime_Finalize()