]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 25 Jan 2023 20:01:01 +0000 (12:01 -0800)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2023 20:01:01 +0000 (12:01 -0800)
commita178ba82bfe2f2fb6f6ff0e67cb734fd7c4321e3
treee87728fb6aa1ee3717d8483e2b14638b7e89ffbf
parent952a1d9cc970508b280af475c0be1809692f0c76
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2023-01-25-18-07-20.gh-issue-101326.KL4SFv.rst [new file with mode: 0644]
Modules/_asynciomodule.c