diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-07 04:43:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 12:43:33 +0100 |
commit | 53257cf19fc06fff446815b3278d4b80ec3e7ba3 (patch) | |
tree | d8277cc47a08212a2fa891552e7657d26a7bc79a /Parser/peg_api.c | |
parent | bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec... (diff) | |
download | cpython-53257cf19fc06fff446815b3278d4b80ec3e7ba3.tar.gz cpython-53257cf19fc06fff446815b3278d4b80ec3e7ba3.tar.bz2 cpython-53257cf19fc06fff446815b3278d4b80ec3e7ba3.zip |
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()`.
Diffstat (limited to 'Parser/peg_api.c')
0 files changed, 0 insertions, 0 deletions