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 130d126 commit 62e4d04Copy full SHA for 62e4d04
1 file changed
Doc/howto/freethreading-stable-abi.rst
@@ -30,7 +30,7 @@ You can use it to enable code that only runs under the free-threaded build::
30
macro defined.
31
32
``PyObject`` opaqueness
33
-=====================
+=======================
34
35
Accessing any member of ``PyObject`` directly is now prohibited, like the non-GIL
36
stable ABI. For instance, prefer ``Py_Type()`` and ``Py_SET_TYPE()`` over ``ob_type``,
0 commit comments