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 ccdedb0 commit 3b401dbCopy full SHA for 3b401db
1 file changed
Doc/howto/freethreading-stable-abi.rst
@@ -15,7 +15,7 @@ Identifying the Free-Threaded Limited API Build in C
15
====================================================
16
17
Define :c:macro:`!Py_TARGET_ABI3T` to the lowest Python version your extension supports,
18
-either in the form of :c:macro:`Py_PACK_VERSION(3.15)` or its direct hex value (such as ``0x30f0000`` for 3.15).
+either in the form of ``Py_PACK_VERSION(3.15)`` or its direct hex value (such as ``0x30f0000`` for 3.15).
19
You can use it to enable code that only runs under the free-threaded build::
20
21
#ifdef Py_TARGET_ABI3T
0 commit comments