]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 May 2024 15:47:31 +0000 (17:47 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 15:47:31 +0000 (15:47 +0000)
commit738877a1013f1752cb67c3e6a49121be5f656c72
tree22791f0ff637999ee9ec4d0c5e3d311d932228a9
parenta98e44a5bf935a46822c2ea3619eec49dbecbba8
[3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)

(cherry picked from commit c3643a121401d111bebd3e26d6f362ade2ed2a83)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/asyncio/__main__.py
Lib/test/test_repl.py