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 5bab0f8 commit 99b93c2Copy full SHA for 99b93c2
1 file changed
Python/pythonrun.c
@@ -33,7 +33,7 @@
33
# define PRINT_TOTAL_REFS()
34
#else /* Py_REF_DEBUG */
35
# if defined(MS_WIN64)
36
-# define PRINT_TOTAL_REFS() fprintf(stderr, "[%zd refs]\n", _Py_RefTotal);
+# define PRINT_TOTAL_REFS() fprintf(stderr, "[%Id refs]\n", _Py_RefTotal);
37
# else /* ! MS_WIN64 */
38
# define PRINT_TOTAL_REFS() fprintf(stderr, "[%ld refs]\n", _Py_RefTotal);
39
# endif /* MS_WIN64 */
0 commit comments