]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45637: Store the frame pointer in the cframe (GH-29267)
authorMark Shannon <mark@hotpy.org>
Thu, 28 Oct 2021 12:59:11 +0000 (13:59 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 12:59:11 +0000 (13:59 +0100)
commitf291404a802d6a1bc50f817c7a26ff3ac9a199ff
tree57ad999fe2fb5febf8a48cd17dc213259b80574c
parent0a68b3603fbc0aaf9eeb8ce8b42b78d6fa7cfa78
bpo-45637: Store the frame pointer in the cframe (GH-29267)

* Rename 'frame' to 'current_frame'
Include/cpython/pystate.h
Modules/_tracemalloc.c
Modules/_xxsubinterpretersmodule.c
Modules/signalmodule.c
Objects/genobject.c
Python/ceval.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c
Python/traceback.c