◐ Shell
clean mode source ↗

Message 286274 - Python tracker

> Is the fact that 'await' produces a syntax error in this context the same bug or a new one?

What kind of SyntaxError? await outside an async function is prohibited, bare await is also prohibited.