Skip to content

Commit b63530a

Browse files
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
1 parent 0737ee2 commit b63530a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/data/refcounts.dat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ PyDict_GetItem:PyObject*::0:0
216216
PyDict_GetItem:PyObject*:p:0:
217217
PyDict_GetItem:PyObject*:key:0:
218218

219+
PyDict_GetItemWithError:PyObject*::0:0
220+
PyDict_GetItemWithError:PyObject*:p:0:
221+
PyDict_GetItemWithError:PyObject*:key:0:
222+
219223
PyDict_GetItemString:PyObject*::0:
220224
PyDict_GetItemString:PyObject*:p:0:
221225
PyDict_GetItemString:const char*:key::

0 commit comments

Comments
 (0)