]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a compiler warning in pycore_pylifecycle.h (GH-22331)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 21 Sep 2020 10:57:22 +0000 (11:57 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 4 Oct 2020 16:35:07 +0000 (18:35 +0200)
Include/internal/pycore_pylifecycle.h

index b0adc4562c4471b1802ca365f19f2c7a736cf4f7..b76bb2c7778aec139f200c7a94b7ffcf7f285a70 100644 (file)
@@ -82,7 +82,7 @@ extern void _PyFaulthandler_Fini(void);
 extern void _PyHash_Fini(void);
 extern void _PyTraceMalloc_Fini(void);
 extern void _PyWarnings_Fini(PyInterpreterState *interp);
-extern void _PyAST_Fini();
+extern void _PyAST_Fini(void);
 
 extern PyStatus _PyGILState_Init(PyThreadState *tstate);
 extern void _PyGILState_Fini(PyThreadState *tstate);