We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4577a commit ce552e2Copy full SHA for ce552e2
Objects/dictobject.c
@@ -676,7 +676,8 @@ Christian Tismer.
676
lookdict() is general-purpose, and may return DKIX_ERROR if (and only if) a
677
comparison raises an exception.
678
lookdict_unicode() below is specialized to string keys, comparison of which can
679
-never raise an exception; that function can never return DKIX_ERROR.
+never raise an exception; that function can never return DKIX_ERROR when key
680
+is string. Otherwise, it falls back to lookdict().
681
lookdict_unicode_nodummy is further specialized for string keys that cannot be
682
the <dummy> value.
683
For both, when the key isn't found a DKIX_EMPTY is returned. hashpos returns
0 commit comments