]> granicus.if.org Git - python/commit
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Tue, 21 May 2019 20:12:03 +0000 (13:12 -0700)
committerYury Selivanov <yury@magic.io>
Tue, 21 May 2019 20:12:02 +0000 (16:12 -0400)
commit565b4f1ac7304d1e690c404ca8316f383ba60862
tree193faa5ced2666a1fba1b3715c89946398ccbb12
parentaa32a7e1116f7aaaef9fec453db910e90ab7b101
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)

Co-Authored-By: Yury Selivanov <yury@magic.io>
Doc/library/functions.rst
Include/compile.h
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2019-05-07-17-12-37.bpo-34616.0Y0_9r.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c
Python/compile.c