]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39965: Correctly raise SyntaxError if await is used outside async functions when...
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 15 Mar 2020 04:29:22 +0000 (04:29 +0000)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 04:29:22 +0000 (04:29 +0000)
commit90235810ec28ca954bbf4b61a5ae5df7a00db409
treec6b94c0e1846f73505164d70281ecf763bf65e98
parent33238ec2af379e837cabc3945db5df8e23bf43e9
bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010)
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2020-03-15-03-52-01.bpo-39965.Od3ZdP.rst [new file with mode: 0644]
Python/compile.c