]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Jul 2022 13:17:32 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 13:17:32 +0000 (14:17 +0100)
commit91176d38836cceb0d8e6d8cf5dfe7fe089b821ae
tree1a4475de8eb34f4bcbcb696a7f2ea08f8484df4a
parent8464e4ae8300d6e600cd192884552ab634155625
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94747)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_futures2.py
Misc/NEWS.d/next/Library/2021-12-27-15-32-15.bpo-45924.0ZpHX2.rst [new file with mode: 0644]
Modules/_asynciomodule.c