]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 31 May 2024 21:15:44 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 21:15:44 +0000 (17:15 -0400)
commita5272e63efc003a30a2b603b512d367282a24209
treedbe9bc274cb8806e619b32f7b6bb0afb52649b9d
parent67ac19111f14e9606454d0f36a52132996073db4
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)

(cherry picked from commit 2237946af0981c46dc7d3886477e425ccfb37f28)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/commands.py
Lib/_pyrepl/console.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/simple_interact.py
Lib/asyncio/__main__.py
Lib/test/test_pyrepl/test_interact.py
Misc/NEWS.d/next/Library/2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst [new file with mode: 0644]