]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Dec 2025 17:04:03 +0000 (18:04 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 17:04:03 +0000 (22:34 +0530)
commitd6aa7e1d3d6b8ed99826c256b3775d833011af2a
treebe6d7ae97bec29936aca1e4f41163bb8fe60c9c3
parent8f7c4f1cefe63d15cc53e559da12ae3388aa74cd
[3.13] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142932)

gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785)
(cherry picked from commit ddfc155d3ade5f4867c6789136df73f61d4efb03)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Lib/asyncio/__main__.py
Misc/NEWS.d/next/Library/2025-12-16-04-39-27.gh-issue-142784.HBGJag.rst [new file with mode: 0644]