mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
parent
14a9b4895b
commit
d79f118d04
7 changed files with 969 additions and 893 deletions
|
|
@ -7,10 +7,12 @@ Frame Objects
|
|||
|
||||
The C structure of the objects used to describe frame objects.
|
||||
|
||||
The structure is not part of the C API.
|
||||
There are no public members in this structure.
|
||||
|
||||
.. versionchanged:: 3.11
|
||||
The structure moved to the internal C API headers.
|
||||
The members of this structure were removed from the public C API.
|
||||
Refer to the :ref:`What's New entry <pyframeobject-3.11-hiding>`
|
||||
for details.
|
||||
|
||||
The :c:func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` functions
|
||||
can be used to get a frame object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue