[issue20615] Replace PyDict_GetItem() with PyDict_GetItemWithError()

Raymond Hettinger report at bugs.python.org
Thu Feb 13 21:05:04 CET 2014


Raymond Hettinger added the comment:

Please, no more big red warnings.

Keep the docs factual and straight-forward.  In the docs for PyDict_GetItem(), note that errors will get suppressed.  To
get error reporting use PyDict_GetItemWithError() instead.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list