mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 68381 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68381 | martin.v.loewis | 2009-01-07 12:40:40 -0600 (Wed, 07 Jan 2009) | 2 lines Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. ........
This commit is contained in:
parent
c7d484de9b
commit
a4a37fefb6
3 changed files with 16 additions and 11 deletions
|
@ -26,7 +26,7 @@ _getbuffer(PyObject *obj, Py_buffer *view)
|
|||
}
|
||||
|
||||
#ifdef COUNT_ALLOCS
|
||||
int null_strings, one_strings;
|
||||
Py_ssize_t null_strings, one_strings;
|
||||
#endif
|
||||
|
||||
static PyBytesObject *characters[UCHAR_MAX + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue