]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Jul 2022 14:38:27 +0000 (07:38 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 14:38:27 +0000 (15:38 +0100)
commitaa2142def669e87016406acf7a84a5254487b0ee
treeca8a2786dcb521e633dc6a249e48796b015e8381
parent916686fdb273d6adbd403e6d58029960ec7a89ab
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748)

(cherry picked from commit 86c1df18727568758cc329baddc1836e45664023)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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