Skip to content

Commit bbfc7a6

Browse files
committed
update doc
1 parent bbf462c commit bbfc7a6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/api.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ Python 3.13
174174
175175
See `PyList_GetItemRef() documentation <https://docs.python.org/dev/c-api/list.html#c.PyList_GetItemRef>`__.
176176
177+
.. c:function:: int PyDict_SetDefaultRef(PyObject *d, PyObject *key, PyObject *default_value, PyObject **result)
178+
179+
See `PyDict_SetDefaultRef() documentation <https://docs.python.org/dev/c-api/dict.html#c.PyDict_SetDefaultRef>`__.
180+
177181
178182
Not supported:
179183

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
=========
33

4+
* 2024-04-02: Add ``PyDict_SetDefaultRef()`` function.
45
* 2024-03-21: Add functions:
56

67
* ``Py_GetConstant()``

0 commit comments

Comments
 (0)