summaryrefslogtreecommitdiffstats
path: root/Doc/data
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2017-06-01 18:29:13 (GMT)
committerGitHub <noreply@github.com>2017-06-01 18:29:13 (GMT)
commitb63530a94b4086abc59c87f95a78b5ce914682fe (patch)
treea2593505b81c55c20965e39e870041a597b50ef4 /Doc/data
parent0737ee20671d60802a7ef40f653fe449f1921de0 (diff)
downloadcpython-b63530a94b4086abc59c87f95a78b5ce914682fe.zip
cpython-b63530a94b4086abc59c87f95a78b5ce914682fe.tar.gz
cpython-b63530a94b4086abc59c87f95a78b5ce914682fe.tar.bz2
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
Diffstat (limited to 'Doc/data')
-rw-r--r--Doc/data/refcounts.dat4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
index 8b469f4..b1cad48 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::