mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Fix PyAiter_Check to only check for the `__anext__` presense (not for `__aiter__`). Rename `PyAiter_Check()` to `PyAIter_Check()`, `PyObject_GetAiter()` -> `PyObject_GetAIter()`.
Miscellaneous source files for the main Python shared library