]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Fri, 27 Apr 2018 15:58:56 +0000 (08:58 -0700)
committerYury Selivanov <yury@magic.io>
Fri, 27 Apr 2018 15:58:56 +0000 (11:58 -0400)
commite2396506606115e785c94ec129eb86e2ed0aa744
treeceee4cab03aeb3f211ffbc7039fc16981be15e40
parent078c4e3519deeef8014541925da057bb064eb5a8
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core and Builtins/2018-04-26-22-48-28.bpo-33363.8RCnN2.rst [new file with mode: 0644]
Python/compile.c