]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93897: Store frame size in code object and de-opt if insufficient space on thread...
authorMark Shannon <mark@hotpy.org>
Mon, 20 Jun 2022 11:59:25 +0000 (12:59 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2022 11:59:25 +0000 (12:59 +0100)
commit45e62a2bc1c0000e2e9b613fff6bebf2c26fcb93
tree2fb6748705e118b6a3cd9264f6b946bcfa06e5e5
parent774ef28814d0d9d57ec813cb31b0a7af6c476127
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
Include/cpython/code.h
Include/internal/pycore_frame.h
Objects/codeobject.c
Objects/frameobject.c
Python/ceval.c
Python/frame.c
Python/pystate.c
Tools/scripts/deepfreeze.py