We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c8e6a commit 9db0324Copy full SHA for 9db0324
Include/internal/pycore_pylifecycle.h
@@ -83,7 +83,7 @@ extern void _PyGILState_Init(
83
PyThreadState *tstate);
84
extern void _PyGILState_Fini(_PyRuntimeState *runtime);
85
86
-PyAPI_FUNC(void) _PyGC_DumpShutdownStats(void);
+PyAPI_FUNC(void) _PyGC_DumpShutdownStats(_PyRuntimeState *runtime);
87
88
PyAPI_FUNC(_PyInitError) _Py_PreInitializeFromCoreConfig(
89
const _PyCoreConfig *coreconfig);
0 commit comments