]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
authorMark Shannon <mark@hotpy.org>
Thu, 28 Oct 2021 15:14:59 +0000 (16:14 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 15:14:59 +0000 (16:14 +0100)
commit7f61d9d84843e3445f62eb00c47902f0daa30a72
tree054cc49374ae490d85a6e23b9c969d2af7f0c159
parent0a1a36b74bdf8da286924a1c9652853b1c46f536
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
Include/internal/pycore_frame.h
Objects/frameobject.c
Python/ceval.c
Python/pystate.c