mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a compiler warning in pycore_pylifecycle.h (GH-22331)
This commit is contained in:
parent
7aa534c956
commit
724df8325d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue