SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)

Fix PyAiter_Check to only check for the `__anext__` presense (not for
`__aiter__`). Rename `PyAiter_Check()` to `PyAIter_Check()`,
`PyObject_GetAiter()` -> `PyObject_GetAIter()`.
M
Miss Islington (bot) committed
53257cf19fc06fff446815b3278d4b80ec3e7ba3
Parent: fc84073
Committed by GitHub <noreply@github.com> on 9/7/2021, 11:43:33 AM