Skip to content

Commit

Permalink
Bad API
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jun 23, 2023
1 parent 9e41a20 commit c13f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bad_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Functions
* ``PyTuple_GET_ITEM()``: use ``PySequence_GetItem()``
* ``PyTuple_GetItem()``: use ``PySequence_GetItem()``
* ``PyWeakref_GET_OBJECT()``: use ``PyWeakref_GetRef()``
* ``PyWeakref_GetObject()``: see ``PyWeakref_GetRef()``
* ``PyWeakref_GetObject()``: use ``PyWeakref_GetRef()``
* ``Py_TYPE()``: use ``PyObject_Type()``

Misc:
Expand Down

0 comments on commit c13f773

Please sign in to comment.