]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44032: Move pointer to code object from frame-object to frame specials array...
authorMark Shannon <mark@hotpy.org>
Fri, 18 Jun 2021 10:00:29 +0000 (11:00 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Jun 2021 10:00:29 +0000 (11:00 +0100)
commit0982ded179f280176868c1c4eccf77bf70687816
tree961c9e5ce60cffb79260fbc5a5b8ff321f68cc1b
parent7f01f77f8fabcfd7ddb5d99f12d6fc99af9af384
bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771)
Include/cpython/frameobject.h
Include/internal/pycore_frame.h
Lib/test/test_sys.py
Objects/frameobject.c
Python/ceval.c
Tools/gdb/libpython.py