summaryrefslogtreecommitdiff
path: root/tests/basics/async_for.py
AgeCommit message (Expand)Author
2023-07-13py/compile: Fix async for's stack handling of iterator expression.Damien George
2020-07-25py/compile: Don't await __aiter__ special method in async-for.Jonathan Hogg
2016-04-13tests: Add 6 tests for async await/for/with.Damien George