mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merge ssize_t branch.
This commit is contained in:
parent
4482929734
commit
18e165558b
102 changed files with 2659 additions and 1677 deletions
|
|
@ -340,7 +340,7 @@ static PyTypeObject poll_Type;
|
|||
static int
|
||||
update_ufd_array(pollObject *self)
|
||||
{
|
||||
int i, pos;
|
||||
Py_ssize_t i, pos;
|
||||
PyObject *key, *value;
|
||||
|
||||
self->ufd_len = PyDict_Size(self->dict);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue