]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142615: disallow multiple initializations of `asyncio.Task` and `asyncio.Future...
authorKumar Aditya <kumaraditya@python.org>
Sat, 3 Jan 2026 07:57:02 +0000 (13:27 +0530)
committerGitHub <noreply@github.com>
Sat, 3 Jan 2026 07:57:02 +0000 (13:27 +0530)
commitabdbe0b80724c5d12886b78ec0959b05b7352f9d
treed22e5f2d5c88bc8641c51bfd953a2ec89856048c
parentb538c2832d582a428a6f4ddc818680c5e05a0745
gh-142615: disallow multiple initializations of `asyncio.Task` and `asyncio.Future` (#142616)
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2025-12-12-08-51-29.gh-issue-142615.GoJ6el.rst [new file with mode: 0644]
Modules/_asynciomodule.c