mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Merge ssize_t branch.
This commit is contained in:
parent
4482929734
commit
18e165558b
102 changed files with 2659 additions and 1677 deletions
|
|
@ -74,7 +74,7 @@ iter_iternext(PyObject *iterator)
|
|||
static PyObject *
|
||||
iter_len(seqiterobject *it)
|
||||
{
|
||||
int seqsize, len;
|
||||
Py_ssize_t seqsize, len;
|
||||
|
||||
if (it->it_seq) {
|
||||
seqsize = PySequence_Size(it->it_seq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue