w.t

Results 1 comments of w.t

In `items` and `values`, the loop is like: ``` python for key in self: try: r.append(self[key]) ``` self[key] may trigger expiration--delete while iterating. Solution is to iterate over the copy...