Thanks to visit codestin.com Credit goes to github.com
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 c086685 commit 1b8df10Copy full SHA for 1b8df10
1 file changed
Objects/dictobject.c
@@ -677,7 +677,8 @@ Christian Tismer.
677
lookdict() is general-purpose, and may return DKIX_ERROR if (and only if) a
678
comparison raises an exception.
679
lookdict_unicode() below is specialized to string keys, comparison of which can
680
-never raise an exception; that function can never return DKIX_ERROR.
+never raise an exception; that function can never return DKIX_ERROR when key
681
+is string. Otherwise, it falls back to lookdict().
682
lookdict_unicode_nodummy is further specialized for string keys that cannot be
683
the <dummy> value.
684
For both, when the key isn't found a DKIX_EMPTY is returned. hashpos returns
0 commit comments