Skip to content

Commit bedbf04

Browse files
clin1234da-woods
andauthored
Py_Type
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
1 parent 62e4d04 commit bedbf04

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
@@ -33,7 +33,7 @@ You can use it to enable code that only runs under the free-threaded build::
3333
=======================
3434

3535
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``,
36+
stable ABI. For instance, prefer ``Py_TYPE()`` and ``Py_SET_TYPE()`` over ``ob_type``,
3737
``Py_REFCNT``, ``Py_INCREF()`` and ``Py_DecRef()`` over ``ob_refcnt``, etc.
3838

3939
Module Initialization

0 commit comments

Comments
 (0)