Skip to content

Commit 62e4d04

Browse files
authored
Update documentation on PyObject opaqueness
Clarified that direct access to PyObject members is prohibited.
1 parent 130d126 commit 62e4d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/freethreading-stable-abi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can use it to enable code that only runs under the free-threaded build::
3030
macro defined.
3131

3232
``PyObject`` opaqueness
33-
=====================
33+
=======================
3434

3535
Accessing any member of ``PyObject`` directly is now prohibited, like the non-GIL
3636
stable ABI. For instance, prefer ``Py_Type()`` and ``Py_SET_TYPE()`` over ``ob_type``,

0 commit comments

Comments
 (0)