]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-97752: Clear the `previous` member of newly-created generator/coroutine frames...
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 3 Oct 2022 23:36:52 +0000 (16:36 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 23:36:52 +0000 (00:36 +0100)
commit93fcc1f4133e177882850177c2c047d46019b812
tree523560275ae44387a418e9f18c0df6eb2a69993f
parentd053c47bfde1b3d8779546b980849708662f2660
GH-97752: Clear the `previous` member of newly-created generator/coroutine frames (GH-97795)
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2022-10-03-13-35-48.gh-issue-97752.0xTjJY.rst [new file with mode: 0644]
Python/frame.c