From: Eric Snow Date: Thu, 1 Jun 2017 18:29:13 +0000 (-0600) Subject: Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) X-Git-Tag: v3.7.0a1~704 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b63530a94b4086abc59c87f95a78b5ce914682fe;p=thirdparty%2FPython%2Fcpython.git Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) --- diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index 8b469f4aac9a..b1cad48c3e56 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -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::