]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
authorVictor Stinner <vstinner@python.org>
Mon, 28 Feb 2022 15:03:57 +0000 (16:03 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 15:03:57 +0000 (16:03 +0100)
commit7496f9587306772b56ed074092c020f3ef16bf95
treee8d235f50c066ecc4b32a3822ab586771b79b8d8
parent4558af5a8f8e56a9b0dc11f6e834c47e0fd05f9e
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)

Rename also struct _cframe to struct _PyCFrame.

Add a comment suggesting using public functions rather than using
directly the private _PyCFrame structure.
Include/cpython/pystate.h
Include/internal/pycore_frame.h
Python/ceval.c