RustPython icon indicating copy to clipboard operation
RustPython copied to clipboard

(WIP) implement async for function

Open HyeockJinKim opened this issue 4 years ago • 2 comments

HyeockJinKim avatar Sep 01 '21 14:09 HyeockJinKim

Compilation for async for is done based on the current PR. However, panic is occurring in the part executing the generated bytecode.

HyeockJinKim avatar Sep 11 '21 07:09 HyeockJinKim

There are at least two tests in Lib/test/test_ast.py that can get un-skipped if this works.

fanninpm avatar Oct 18 '21 22:10 fanninpm