We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147b831 commit 2f88289Copy full SHA for 2f88289
Doc/c-api/typeobj.rst
@@ -2047,9 +2047,9 @@ This results in types that are limited relative to types defined in Python:
2047
:ref:`sub-interpreters <sub-interpreter-support>`, so they should not
2048
include any subinterpreter-specific state.
2049
2050
-Also, since :c:type:`PyTypeObject` is not part of the :ref:`stable ABI <stable>`,
2051
-any extension modules using static types must be compiled for a specific
2052
-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.
2053
2054
2055
.. _heap-types:
0 commit comments