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 df71b65 commit d636089Copy full SHA for d636089
1 file changed
Include/internal/pycore_pylifecycle.h
@@ -82,7 +82,7 @@ extern void _PyFaulthandler_Fini(void);
82
extern void _PyHash_Fini(void);
83
extern void _PyTraceMalloc_Fini(void);
84
extern void _PyWarnings_Fini(PyInterpreterState *interp);
85
-extern void _PyAST_Fini();
+extern void _PyAST_Fini(void);
86
87
extern PyStatus _PyGILState_Init(PyThreadState *tstate);
88
extern void _PyGILState_Fini(PyThreadState *tstate);
0 commit comments