Skip to content

Commit d79f118

Browse files
encukouErlend Egeberg Aasland
and
Erlend Egeberg Aasland
authored
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 14a9b48 commit d79f118

File tree

7 files changed

+969
-893
lines changed

7 files changed

+969
-893
lines changed

Doc/c-api/frame.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Frame Objects
77
88
The C structure of the objects used to describe frame objects.
99

10-
The structure is not part of the C API.
10+
There are no public members in this structure.
1111

1212
.. versionchanged:: 3.11
13-
The structure moved to the internal C API headers.
13+
The members of this structure were removed from the public C API.
14+
Refer to the :ref:`What's New entry <pyframeobject-3.11-hiding>`
15+
for details.
1416

1517
The :c:func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` functions
1618
can be used to get a frame object.

0 commit comments

Comments
 (0)