]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 13 Jul 2021 21:27:50 +0000 (00:27 +0300)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 21:27:50 +0000 (22:27 +0100)
commit054e9c84ac7c394941bba3ea1829d14dce1243fc
treeedd3cbe6ed6083909280d8aaed50c8d2679b4fde
parent0ee0a740e12ec8568aafa033aa6bb08b265afe26
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Doc/reference/expressions.rst
Doc/whatsnew/3.11.rst
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core and Builtins/2018-05-11-12-44-03.bpo-33346.ZgBkvB.rst [new file with mode: 0644]
Python/compile.c
Python/symtable.c