mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -1214,8 +1214,10 @@ Porting to Python 3.11
|
|||
which are not available in the limited C API.
|
||||
(Contributed by Victor Stinner in :issue:`46007`.)
|
||||
|
||||
* The :c:type:`PyFrameObject` structure member has been moved to the internal C
|
||||
API headers.
|
||||
.. _pyframeobject-3.11-hiding:
|
||||
|
||||
* The :c:type:`PyFrameObject` structure members have been removed from the
|
||||
public C API.
|
||||
|
||||
While the documentation notes that the :c:type:`PyFrameObject` fields are
|
||||
subject to change at any time, they have been stable for a long time and were
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue