mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-41756: Add PyIter_Send function (#22443)
This commit is contained in:
parent
9975cc5008
commit
037245c5ac
12 changed files with 78 additions and 42 deletions
|
@ -1081,6 +1081,11 @@ PyIter_Check:PyObject*:o:0:
|
|||
PyIter_Next:PyObject*::+1:
|
||||
PyIter_Next:PyObject*:o:0:
|
||||
|
||||
PyIter_Send:int:::
|
||||
PyIter_Send:PyObject*:iter:0:
|
||||
PyIter_Send:PyObject*:arg:0:
|
||||
PyIter_Send:PyObject**:presult:+1:
|
||||
|
||||
PyList_Append:int:::
|
||||
PyList_Append:PyObject*:list:0:
|
||||
PyList_Append:PyObject*:item:+1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue