[issue35459] Use PyDict_GetItemWithError() instead of PyDict_GetItem()

Serhiy Storchaka report at bugs.python.org
Wed Apr 10 03:31:08 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There are few occurrences of PyDict_GetItem(), PyDict_GetItemString() and _PyDict_GetItemId() in cases where they are unlikely failed. These cases will be considered in separate issues.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35459>
_______________________________________


More information about the Python-bugs-list mailing list