Thanks to visit codestin.com Credit goes to github.com
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 45f3d2f commit 208ac5cCopy full SHA for 208ac5c
1 file changed
Python/pythonrun.c
@@ -36,7 +36,8 @@
36
#endif
37
38
#ifdef Py_REF_DEBUG
39
-void _print_total_refs() {
+static
40
+void _print_total_refs(void) {
41
PyObject *xoptions, *key, *value;
42
xoptions = PySys_GetXOptions();
43
if (xoptions == NULL)
0 commit comments