]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New`, `PyGen_New`, `PyGen_NewWithQualN...
authorsobolevn <mail@sobolevn.me>
Wed, 10 Jun 2026 12:57:09 +0000 (15:57 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2026 12:57:09 +0000 (15:57 +0300)
commit44a533fa1b5485b397d87edf9698c59f20765885
treec38ac1191c08a25165272d0b43f882c92f6e221b
parentf2a0f82282d6307f7fd2d4ccf52a8fd95ac3922f
gh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New`, `PyGen_New`, `PyGen_NewWithQualName` functions (#150672)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/coro.rst
Doc/c-api/gen.rst
Doc/deprecations/c-api-pending-removal-in-3.18.rst
Doc/whatsnew/3.16.rst
Include/cpython/genobject.h
Misc/NEWS.d/next/C_API/2026-05-31-15-39-58.gh-issue-150671.bTkDVC.rst [new file with mode: 0644]