Kaydet (Commit) 84632ee3 authored tarafından Neal Norwitz's avatar Neal Norwitz

Oops, forgot to include this in the last checkin.

Actually define Py_RefTotal as a Py_ssize_t.
üst 4281cef2
......@@ -4,7 +4,7 @@
#include "Python.h"
#ifdef Py_REF_DEBUG
long _Py_RefTotal;
Py_ssize_t _Py_RefTotal;
#endif
int Py_DivisionWarningFlag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment