[issue28123] _PyDict_GetItem_KnownHash ignores DKIX_ERROR return

Xiang Zhang report at bugs.python.org
Tue Sep 13 06:50:09 EDT 2016


Xiang Zhang added the comment:

How about let PyDict_GetItem call it? Just like the relationship of delitem and delitem_knownhash. You can see they share most codes. If we do that, it seems we can easily write a test(or there has already been a test) for it.

----------

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


More information about the Python-bugs-list mailing list