]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124594: Create and reuse the same context for the entire asyncio REPL sessi...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Oct 2024 14:25:00 +0000 (15:25 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 14:25:00 +0000 (15:25 +0100)
commitd89283b3e7591c0a6cac8f22efbb5862ba83c431
tree2082a9b92b5acfc22729a128867e3cc86d048a04
parent1e01dcf429e498ef592b4152b9663fbf263ea54c
[3.12] gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595) (#124849)

* 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>
---------

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]