Skip to content

Commit

Permalink
Bad API
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jun 20, 2023
1 parent 3fdb63f commit 08e716d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/bad_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Functions
* ``PyTuple_GetItem()``
* ``PyWeakref_GET_OBJECT()``
* ``PyWeakref_GetObject()``: see https://mail.python.org/pipermail/python-dev/2016-October/146604.html
* ``Py_TYPE()``: use ``PyObject_Type()``

Raw pointer without relase function
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 08e716d

Please sign in to comment.