]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Thu, 19 Mar 2020 11:35:44 +0000 (14:35 +0300)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 11:35:44 +0000 (11:35 +0000)
commit9052f7a41b90f2d34011c8da68f9a4facebc8a97
treead9b4d2fee6c56940a7a73482629ddb23342036b
parent0ac59f93c0e3f91fd994d7245578cce65654fb22
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.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