]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142784: make the asyncio REPL call `loop.close()` at exit (#142785)
authorBartosz Sławecki <bartosz@ilikepython.com>
Thu, 18 Dec 2025 13:00:12 +0000 (14:00 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 13:00:12 +0000 (13:00 +0000)
commitddfc155d3ade5f4867c6789136df73f61d4efb03
treecc19d207b0bc97348e1eaafa5ad4a419498fd5c8
parent1c544acaa5a83d72839b546af99f8a051437f51f
gh-142784: make the asyncio REPL call `loop.close()` at exit (#142785)
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]