]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154695: fix asyncio.Task eager_start=True with no explicit loop (#154697)
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Sun, 26 Jul 2026 04:56:24 +0000 (07:56 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Jul 2026 04:56:24 +0000 (10:26 +0530)
commitf5f50593ad80cab01b942d407f46d216644c5e84
treeb7a385e378a8bfae6260e6f43e18594a6e04b478
parentb86a41cbf631c959d274ad6180cf0a0ac6f6e180
gh-154695: fix asyncio.Task eager_start=True with no explicit loop (#154697)
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Core_and_Builtins/2026-07-25-17-35-14.gh-issue-154695.aQWLLv.rst [new file with mode: 0644]
Modules/_asynciomodule.c