## Feature <!-- What Python feature is missing from RustPython? Give a short description of the feature and how you ran into its absence. --> - [x] `builtins.aiter`: https://docs.python.org/3/library/functions.html#aiter #3646 - [ ] `builtins.anext`: https://docs.python.org/3/library/functions.html#anext (See @Snowapril 's comment) ## Python Documentation <!-- Give a link to the feature in the CPython documentation (https://docs.python.org/3/) in order to assist in its implementation. -->