We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dd550 commit 6d62f4aCopy full SHA for 6d62f4a
Doc/c-api/stable.rst
@@ -88,6 +88,16 @@ Contents of the Limited API are :ref:`listed below <limited-api-list>`.
88
You can also define ``Py_LIMITED_API`` to ``3``. This works the same as
89
``0x03020000`` (Python 3.2, the version that introduced Limited API).
90
91
+.. c:macro:: Py_TARGET_ABI3T
92
+
93
+ Define this macro before including ``Python.h`` to opt in to only use
94
+ the Limited API for :term:`free-threaded builds <free-threaded build>`,
95
+ and to select the Limited API version.
96
97
+ .. seealso:: :pep:`803`
98
99
+ .. versionadded:: next
100
101
102
.. _stable-abi:
103
0 commit comments