mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge ssize_t branch.
This commit is contained in:
parent
4482929734
commit
18e165558b
102 changed files with 2659 additions and 1677 deletions
|
@ -115,7 +115,8 @@ test_list_api(PyObject *self)
|
|||
static int
|
||||
test_dict_inner(int count)
|
||||
{
|
||||
int pos = 0, iterations = 0, i;
|
||||
Py_ssize_t pos = 0, iterations = 0;
|
||||
int i;
|
||||
PyObject *dict = PyDict_New();
|
||||
PyObject *v, *k;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue