]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 25 Jan 2023 21:01:13 +0000 (13:01 -0800)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2023 21:01:13 +0000 (13:01 -0800)
commitcd0fe5ba09df65bdee90738129b7315a936b83fb
tree16cf8f8388a5927aaa7424e7ba9848c53b212f1c
parent5a8ed019f9b826d2ba5766688d51005624cd0699
[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327) (#101328)

(cherry picked from commit a178ba82bfe2f2fb6f6ff0e67cb734fd7c4321e3)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
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