]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObjec...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 00:36:39 +0000 (17:36 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:09:08 +0000 (20:09 +0100)
commitd0ab10f6f0163c397af4412175fe9ca0b2d96b4b
tree28d41b1a7ff0d6e330be1a961a9e597b18099b71
parent154b3cd751642b6f21a090ad548785bfa1cbc686
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002)

(cherry picked from commit 21a2d9ff550977f2668e2cf1cc15793bf27fa109)
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