mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
This commit is contained in:
parent
0737ee2067
commit
b63530a94b
1 changed files with 4 additions and 0 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue