]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 7 Sep 2021 10:30:14 +0000 (11:30 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 10:30:14 +0000 (11:30 +0100)
commit533e725821b15e2df2cd4479a34597c1d8faf616
tree1a4c443261f1d61c9e1a38c7aa964fcb01211f2c
parent4f88161f07538dfb24a43189fd59bf966cb40817
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)

Co-authored-by: Yury Selivanov <yury@edgedb.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