]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96754: Check whether the interpreter frame is complete before creating frame objec...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Sep 2022 10:56:27 +0000 (03:56 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2022 10:56:27 +0000 (11:56 +0100)
commitc4cf745c723f19dbc5b304bfb21cf77ac9aa40b8
tree97b44c31187781dddae878274c4e1bf316c4ba2c
parent8238fa91c175243061120856b14d735e8a740fa0
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787)

(cherry picked from commit 12c5f328d2479ac3432df5e266adc4e59adeabfe)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Mark Shannon <mark@hotpy.org>
Misc/NEWS.d/next/Core and Builtins/2022-09-12-16-58-22.gh-issue-96754.0GRme5.rst [new file with mode: 0644]
Modules/signalmodule.c
Python/ceval.c
Python/pystate.c