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 4281cef commit 84632eeCopy full SHA for 84632ee
1 file changed
Objects/object.c
@@ -4,7 +4,7 @@
4
#include "Python.h"
5
6
#ifdef Py_REF_DEBUG
7
-long _Py_RefTotal;
+Py_ssize_t _Py_RefTotal;
8
#endif
9
10
int Py_DivisionWarningFlag;
0 commit comments