]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41756: Add PyIter_Send function (#22443)
authorVladimir Matveev <vladima@fb.com>
Sat, 10 Oct 2020 00:15:15 +0000 (17:15 -0700)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 00:15:15 +0000 (17:15 -0700)
commit037245c5ac46c3436f617a1f5d965929754be239
treece2a797b165e846d59e53ba5d530413cb573a8aa
parent9975cc5008c795e069ce11e2dbed2110cc12e74e
bpo-41756: Add PyIter_Send function (#22443)
12 files changed:
Doc/c-api/gen.rst
Doc/c-api/iter.rst
Doc/data/refcounts.dat
Doc/whatsnew/3.10.rst
Include/abstract.h
Include/genobject.h
Misc/NEWS.d/next/C API/2020-09-28-14-31-07.bpo-41756.ZZ5wJG.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/_testcapimodule.c
Objects/abstract.c
Objects/genobject.c
Python/ceval.c