]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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 13:55:50 +0000 (14:55 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 13:55:50 +0000 (19:25 +0530)
commitf02231b8a0b2a4614ee894b4ebcb88259d460c0b
tree142300314ca09eb3e465a2c9bd8bfca7f23e0d57
parent693d8a1a10745f85a13c9560a0719eff8b7ed0b6
[3.14] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142933)

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]