]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Dec 2023 14:13:15 +0000 (15:13 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 14:13:15 +0000 (14:13 +0000)
commit7eff607debb6e749a0066ec7fd20be2616c17da3
treeca5dcf4bdf458e5fad47703d1d599f38c7d11baf
parentedce0c4fb3e5f9fb26b2c214e3479ffa13dbaa43
[3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (GH-112428) (#112589)
Include/internal/pycore_frame.h
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