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