mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
This commit is contained in:
parent
d4dc6dc9e7
commit
a701388de1
13 changed files with 38 additions and 35 deletions
|
|
@ -2610,7 +2610,7 @@ dictiter_reduce(dictiterobject *di)
|
|||
Py_DECREF(list);
|
||||
return NULL;
|
||||
}
|
||||
return Py_BuildValue("N(N)", _PyIter_GetBuiltin("iter"), list);
|
||||
return Py_BuildValue("N(N)", _PyObject_GetBuiltin("iter"), list);
|
||||
}
|
||||
|
||||
/***********************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue