We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7340e commit caa2a97Copy full SHA for caa2a97
Doc/c-api/typeobj.rst
@@ -2062,9 +2062,9 @@ This results in types that are limited relative to types defined in Python:
2062
:ref:`sub-interpreters <sub-interpreter-support>`, so they should not
2063
include any subinterpreter-specific state.
2064
2065
-Also, since :c:type:`PyTypeObject` is not part of the :ref:`stable ABI <stable>`,
2066
-any extension modules using static types must be compiled for a specific
2067
-Python minor version.
+Also, since :c:type:`PyTypeObject` is only part of the :ref:`Limited API
+<stable>` as an opaque struct, any extension modules using static types must be
+compiled for a specific Python minor version.
2068
2069
2070
.. _heap-types:
0 commit comments