]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124594: Create and reuse the same context for the entire asyncio REPL sessi...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2024 11:37:59 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 11:37:59 +0000 (13:37 +0200)
commit35d96241091f5bd477c942e0f1b174c0bdae5596
tree1377dcea56bda66fc0b7a1dbe5ea6907acbd1604
parent8cf646adeab0e5a368cc2875068a725a324fc7c1
[3.13] gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595) (#124848)

gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595)
(cherry picked from commit 67e01a430f4ecfcb540d6a29b347966ff4e53454)

Co-authored-by: Bartosz Sławecki <bartoszpiotrslawecki@gmail.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/__main__.py
Lib/test/test_repl.py
Misc/NEWS.d/next/Library/2024-09-26-13-43-39.gh-issue-124594.peYhsP.rst [new file with mode: 0644]