Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84632ee

Browse files
committed
Oops, forgot to include this in the last checkin.
Actually define Py_RefTotal as a Py_ssize_t.
1 parent 4281cef commit 84632ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "Python.h"
55

66
#ifdef Py_REF_DEBUG
7-
long _Py_RefTotal;
7+
Py_ssize_t _Py_RefTotal;
88
#endif
99

1010
int Py_DivisionWarningFlag;

0 commit comments

Comments
 (0)