]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH...
authorOfey Chan <ofey206@gmail.com>
Fri, 30 Sep 2022 08:43:02 +0000 (16:43 +0800)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 08:43:02 +0000 (09:43 +0100)
commit83a3de4e0632d90e0d1d5a9b8859a94c9ac25f65
tree31d942b63699bc5e1848ffb6f85901fe8b93301c
parent9a11ed8e50492d327e4de0a8f3a473e788b14a6f
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428)
14 files changed:
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Doc/whatsnew/3.12.rst
Lib/contextlib.py
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_coroutines.py
Lib/test/test_generators.py
Lib/test/test_types.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Objects/genobject.c
Objects/iterobject.c