RustPython
RustPython copied to clipboard
(WIP) implement async for function
Compilation for async for is done based on the current PR. However, panic is occurring in the part executing the generated bytecode.
There are at least two tests in Lib/test/test_ast.py that can get un-skipped if this works.