mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
This commit is contained in:
parent
e6dc53120d
commit
b90304acb9
5 changed files with 20 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#ifdef COUNT_ALLOCS
|
||||
int null_strings, one_strings;
|
||||
Py_ssize_t null_strings, one_strings;
|
||||
#endif
|
||||
|
||||
static PyStringObject *characters[UCHAR_MAX + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue