]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Sep 2021 10:52:53 +0000 (03:52 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 10:52:53 +0000 (03:52 -0700)
commitadc80a58f9683468e0ba5a6eed72040f7f6ba405
treedbbdace61fd1a2e0071423f25b1d3fe29d913eb2
parentaf8c78173742094ceee6f8ba53d791c4eaa357f9
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
(cherry picked from commit 533e725821b15e2df2cd4479a34597c1d8faf616)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core and Builtins/2021-08-25-23-07-10.bpo-44963.5EET8y.rst [new file with mode: 0644]
Objects/iterobject.c