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 0a963fb commit d299b8bCopy full SHA for d299b8b
Include/internal/pycore_pylifecycle.h
@@ -84,7 +84,7 @@ extern void _PyUnicode_Fini(void);
84
extern void _PyLong_Fini(void);
85
extern void _PyFaulthandler_Fini(void);
86
extern void _PyHash_Fini(void);
87
-extern int _PyTraceMalloc_Fini(void);
+extern void _PyTraceMalloc_Fini(void);
88
extern void _PyWarnings_Fini(PyInterpreterState *interp);
89
90
extern void _PyGILState_Init(
0 commit comments