]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130145: fix `loop.run_forever` when loop is already running (#130146)
authorKumar Aditya <kumaraditya@python.org>
Sat, 15 Feb 2025 09:31:53 +0000 (15:01 +0530)
committerGitHub <noreply@github.com>
Sat, 15 Feb 2025 09:31:53 +0000 (15:01 +0530)
commita545749b0e6c56cab853c5c8df3c199b9707994f
tree1c99a7ae0afbff1ce10a0b20e35014682084efb7
parenta05433f24a6e1c6d2fbcc82b7a372c376a230897
gh-130145: fix `loop.run_forever` when loop is already running (#130146)
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2025-02-15-07-50-37.gh-issue-130145.I0CkV0.rst [new file with mode: 0644]