You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are relying on feature that allows specifying keys as tuples (hashvalue, key).
After upgrading from version 1.43 to 1.59 the *_multi methods started railing KeyError when used with tuple keys.
I traced this problem down to this line which seemingly unnecessarily mutates the orig_key, that makes the original key not present in resulting prefixed_to_orig_key.
The text was updated successfully, but these errors were encountered:
sergiimk
added a commit
to sergiimk/python-memcached
that referenced
this issue
Nov 30, 2018
We are relying on feature that allows specifying keys as tuples
(hashvalue, key)
.After upgrading from version
1.43
to1.59
the*_multi
methods started railingKeyError
when used with tuple keys.I traced this problem down to this line which seemingly unnecessarily mutates the
orig_key
, that makes the original key not present in resultingprefixed_to_orig_key
.The text was updated successfully, but these errors were encountered: