]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/genera...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 1 Dec 2023 12:57:31 +0000 (12:57 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 12:57:31 +0000 (12:57 +0000)
commitbfb576ee23c133bec0ce7c26a8ecea76926b9d8e
treec13aa718ec68f94116a97a64c161545112f41851
parenta65a3d4806a4087f229b5ab6ab28d3e0b0a2d840
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (#112428)
Lib/test/test_coroutines.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Core and Builtins/2023-11-26-21-30-11.gh-issue-111058.q4DqDY.rst [new file with mode: 0644]
Objects/genobject.c