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
By the way I understood why this happens:
For Trie class everything is perfect. For BytesTrie and others inherited from him, in the constructor pairs (key, value) transform to new_key = key + separator + value. Inside the methods keys and iterkeys you iterate over the set of new_keys and then cut old key back.
This will output [u'1', u'1'].
I guess, that, this function should returns a [u'1']
I'm ready to fix it, if someone consider, that this is bug.
The text was updated successfully, but these errors were encountered: