mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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"
|
||||
|
||||
#ifdef Py_REF_DEBUG
|
||||
long _Py_RefTotal;
|
||||
Py_ssize_t _Py_RefTotal;
|
||||
#endif
|
||||
|
||||
int Py_DivisionWarningFlag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue