]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject...
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 6 Oct 2022 23:20:01 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 23:20:01 +0000 (00:20 +0100)
commit21a2d9ff550977f2668e2cf1cc15793bf27fa109
treedd65296818dec2b91b48292b04d022929967a406
parentcbf0afd8a1474d68310331af9218606959d4cc22
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996)
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2022-10-06-02-11-34.gh-issue-97002.Zvsk71.rst [new file with mode: 0644]
Python/frame.c