Skip to content
Snippets Groups Projects
Unverified Commit 2f88289c authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Clarify API stability of PyTypeObject in relation to static types. (GH-96217)

parent 147b8312
No related branches found
No related tags found
No related merge requests found
...@@ -2047,9 +2047,9 @@ This results in types that are limited relative to types defined in Python: ...@@ -2047,9 +2047,9 @@ This results in types that are limited relative to types defined in Python:
:ref:`sub-interpreters <sub-interpreter-support>`, so they should not :ref:`sub-interpreters <sub-interpreter-support>`, so they should not
include any subinterpreter-specific state. include any subinterpreter-specific state.
Also, since :c:type:`PyTypeObject` is not part of the :ref:`stable ABI <stable>`, Also, since :c:type:`PyTypeObject` is only part of the :ref:`Limited API
any extension modules using static types must be compiled for a specific <stable>` as an opaque struct, any extension modules using static types must be
Python minor version. compiled for a specific Python minor version.
.. _heap-types: .. _heap-types:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment