Commit b63530a9 authored by Eric Snow's avatar Eric Snow Committed by GitHub

Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)

parent 0737ee20
......@@ -216,6 +216,10 @@ PyDict_GetItem:PyObject*::0:0
PyDict_GetItem:PyObject*:p:0:
PyDict_GetItem:PyObject*:key:0:
PyDict_GetItemWithError:PyObject*::0:0
PyDict_GetItemWithError:PyObject*:p:0:
PyDict_GetItemWithError:PyObject*:key:0:
PyDict_GetItemString:PyObject*::0:
PyDict_GetItemString:PyObject*:p:0:
PyDict_GetItemString:const char*:key::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment