mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user