summaryrefslogtreecommitdiff
path: root/tests/basics/async_syntaxerror.py.exp
AgeCommit message (Collapse)Author
2021-05-30py/compile: Raise an error on async with/for outside an async function.Jeff Epler
A simple reproducer is: async for x in (): x Before this change, it would cause an assertion error in mpy-cross and micropython-coverage.