]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154791: Fix asyncio.Future losing traceback on repeated result() call (#154798)
authorIaroslav <98962283+iaroslavkrasikov@users.noreply.github.com>
Fri, 31 Jul 2026 13:06:47 +0000 (18:06 +0500)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2026 13:06:47 +0000 (13:06 +0000)
commit93e2c7703c5a3c98a9a7d6bf4dcab4aac0d27c6e
tree35ef166d1c362c5196fcc3e7564b8009b740d878
parentf5afa895ae322ea89c5942b0b21094c124293dd8
gh-154791: Fix asyncio.Future losing traceback on repeated result() call (#154798)
Lib/test/test_asyncio/test_futures2.py
Misc/NEWS.d/next/Library/2026-07-28-08-02-41.gh-issue-154791.ey7POa.rst [new file with mode: 0644]
Modules/_asynciomodule.c