]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45786: Allocate space for frame in frame object. (GH-29729)
authorMark Shannon <mark@hotpy.org>
Mon, 29 Nov 2021 12:34:59 +0000 (12:34 +0000)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 12:34:59 +0000 (12:34 +0000)
commit60929576e40038ec71d896230f69e4411c82be4b
tree34dc24d0a73ef0205514202820d66c152260dc22
parent7431448b817d3bf87f71661cf8f3d537807ab2e2
bpo-45786: Allocate space for frame in frame object. (GH-29729)
12 files changed:
Include/cpython/frameobject.h
Include/internal/pycore_frame.h
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Lib/test/test_exceptions.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2021-11-23-15-25-00.bpo-45786.UdEciD.rst [new file with mode: 0644]
Modules/gcmodule.c
Objects/frameobject.c
Objects/genobject.c
Python/ceval.c
Python/frame.c