]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 11 Jul 2022 12:32:11 +0000 (18:02 +0530)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 12:32:11 +0000 (13:32 +0100)
commit86c1df18727568758cc329baddc1836e45664023
treefb1d5408dd0070b83e2df33030f38491a518634a
parentf5b76330cfb93e1ad1a77c71dafe719f6a808cec
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274)
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