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 16eb623 commit 8d9efc4Copy full SHA for 8d9efc4
1 file changed
Include/internal/pycore_pylifecycle.h
@@ -83,7 +83,7 @@ extern void _PyUnicode_Fini(void);
83
extern void PyLong_Fini(void);
84
extern void _PyFaulthandler_Fini(void);
85
extern void _PyHash_Fini(void);
86
-extern int _PyTraceMalloc_Fini(void);
+extern void _PyTraceMalloc_Fini(void);
87
extern void _PyWarnings_Fini(PyInterpreterState *interp);
88
89
extern void _PyGILState_Init(
0 commit comments