[issue30475] Docs for PyDict_GetItemWithError() should say it returns a borrowed reference.

Eric Snow report at bugs.python.org
Thu May 25 14:34:57 EDT 2017


New submission from Eric Snow:

Per Object/dictobject.c, PyDict_GetItemWithError() returns a borrowed reference.  However, the documentation does not say so.  That should be fixed.

----------
messages: 294506
nosy: eric.snow
priority: normal
severity: normal
status: open
title: Docs for PyDict_GetItemWithError() should say it returns a borrowed reference.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30475>
_______________________________________


More information about the Python-bugs-list mailing list