]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130145: fix `loop.run_forever` when loop is already running (GH-130146...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Feb 2025 09:55:08 +0000 (10:55 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Feb 2025 09:55:08 +0000 (09:55 +0000)
commit1a7b8c0f4d7aaa4868ec601e324b7df580f24b69
treed1f833d2a6f643b2c30678852b4f9ed845003a0a
parent692d36f1fc5c28dd9997f5ebb855fec20de0c85a
[3.13] gh-130145: fix `loop.run_forever` when loop is already running (GH-130146) (#130147)

gh-130145: fix `loop.run_forever` when loop is already running (GH-130146)
(cherry picked from commit a545749b0e6c56cab853c5c8df3c199b9707994f)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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]