summaryrefslogtreecommitdiff
path: root/tests/basics/async_syntaxerror.py.exp
AgeCommit message (Expand)Author
2025-10-01tests: Remove .py.exp files that match with CPython 3.8.2 or newer.Damien George
2021-05-30py/compile: Raise an error on async with/for outside an async function.Jeff Epler