]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Feb 2022 15:22:00 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 15:22:00 +0000 (16:22 +0100)
commit87af12bff33b3e7546fa26158b7d8680ecb6ecec
treee51866d5b4f968074beadf3ada9da856601a43d4
parentf780d9690f1a009a56ac0c653ec9608e6b2aeff4
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)

Rename also struct _interpreter_frame to struct _PyInterpreterFrame.

Reduce risk of name conflicts if a project includes pycore_frame.h.
15 files changed:
Include/cpython/ceval.h
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Include/internal/pycore_frame.h
Modules/_tracemalloc.c
Modules/_xxsubinterpretersmodule.c
Modules/signalmodule.c
Objects/frameobject.c
Objects/genobject.c
Objects/typeobject.c
Python/ceval.c
Python/frame.c
Python/pystate.c
Python/sysmodule.c
Python/traceback.c