Martin Bauer

Results 1 comments of Martin Bauer

the second solution would (hopefully?) not break existing hashes, but decrease performance: ```python def _batch_setitems(self, items): # forces order of keys in dict to ensure consistent hash. items = list(items)...