]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (#154898) main
authorBhuvansh <bhuvanshkataria@gmail.com>
Sat, 1 Aug 2026 10:21:56 +0000 (10:21 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2026 10:21:56 +0000 (15:51 +0530)
commitafd10f0e28476f5ca0eaeac34ebf85dda2cdc6e5
tree13e86c1a2ef4d9fa194625c0abdbdfaced66c0e0
parent534b6b062e53f70587840eac9b432442f66c16c6
gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (#154898)
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2026-07-29-19-48-59.gh-issue-154871.tgZILS.rst [new file with mode: 0644]
Modules/_asynciomodule.c