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

2017-06-01 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

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

2017-05-25 Thread Eric Snow
Changes by Eric Snow : -- pull_requests: +1904 ___ Python tracker ___ ___

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

2017-05-25 Thread Eric Snow
Changes by Eric Snow : -- assignee: -> eric.snow components: +Documentation stage: -> needs patch versions: +Python 3.7 ___ Python tracker

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

2017-05-25 Thread Eric Snow
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