]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 31 May 2024 20:26:02 +0000 (16:26 -0400)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 20:26:02 +0000 (22:26 +0200)
commit2237946af0981c46dc7d3886477e425ccfb37f28
tree55317ee5d19a7bcba247052de2d0de660ebcb724
parentf9d47fed9fbbe9313404838050f6dfe1c7fe6340
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
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]