]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45813: Make sure that frame->generator is NULLed when generator is deallocated...
authorMark Shannon <mark@hotpy.org>
Mon, 22 Nov 2021 14:01:23 +0000 (14:01 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Nov 2021 14:01:23 +0000 (14:01 +0000)
commit7fd92a8b7ee5bed28c2681fa38e0a1e76200dd8e
tree46c7f7aed9809c9a7d5f6b6a50eb151b1e2e8a38
parentd9cedabeba0d87799f99c0717e81743a1c2d34ce
bpo-45813: Make sure that frame->generator is NULLed when generator is deallocated. (GH-29700)
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core and Builtins/2021-11-22-11-28-13.bpo-45813.ZMaWE2.rst [new file with mode: 0644]
Objects/genobject.c
Python/frame.c