mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Oops, forgot to include this in the last checkin.
Actually define Py_RefTotal as a Py_ssize_t.
This commit is contained in:
parent
4281cef205
commit
84632ee319
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
||||||
#ifdef Py_REF_DEBUG
|
#ifdef Py_REF_DEBUG
|
||||||
long _Py_RefTotal;
|
Py_ssize_t _Py_RefTotal;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int Py_DivisionWarningFlag;
|
int Py_DivisionWarningFlag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue