]> granicus.if.org Git - python/commit
[3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH...
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Fri, 27 Apr 2018 22:33:37 +0000 (15:33 -0700)
committerYury Selivanov <yury@magic.io>
Fri, 27 Apr 2018 22:33:37 +0000 (18:33 -0400)
commita93a663d6c2fdfbddbda9729c96e2737c0012522
treece34cb81abd313b5721b9edd1890da7a70185e14
parentdd3ede7537653a62815c2fedbb67d6f2fb870d4c
[3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619)
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