]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Mar 2020 11:54:16 +0000 (04:54 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 11:54:16 +0000 (04:54 -0700)
commitec8a973f7cf080d9c0679f058b2371f0b7c7862c
tree0aa575a974ae82609b4f9cae3702d20811c52114
parentda1fe768e582387212201ab8737a1a5f26110664
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit 9052f7a41b90f2d34011c8da68f9a4facebc8a97)

Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2020-03-12-22-13-50.bpo-39562.E2u273.rst [new file with mode: 0644]
Python/compile.c