]> granicus.if.org Git - python/commit
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
authorYury Selivanov <yury@magic.io>
Fri, 6 Oct 2017 06:58:28 +0000 (02:58 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2017 06:58:28 +0000 (02:58 -0400)
commitb8ab9d3fc816f85f4d6dbef12b7414e6dc10e4dd
tree0baec2d80c9dc9f81b215fafd0074edec43730cb
parentfaa135acbfcd55f79fb97f7525c8aa6f5a5b6a22
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Doc/reference/expressions.rst
Lib/test/test_asyncgen.py
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core and Builtins/2017-10-06-02-10-48.bpo-31708.66CCVU.rst [new file with mode: 0644]
Python/compile.c