]> granicus.if.org Git - python/commitdiff
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 1 Jun 2017 18:29:13 +0000 (12:29 -0600)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 18:29:13 +0000 (12:29 -0600)
Doc/data/refcounts.dat

index 8b469f4aac9a489ff12a1fe9a9870f456057d723..b1cad48c3e56e52325da6615545eb4576237e771 100644 (file)
@@ -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::