Searched refs:_PyRuntimeState_Fini (Results 1 – 4 of 4) sorted by relevance
257 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *runtime);
105 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini() function
95 _PyRuntimeState_Fini(&_PyRuntime); in _PyRuntime_Finalize()
116 Fix leak in _PyRuntimeState_Fini. Contributed by Stéphane Wirtel.