blob: 04c7dfce8a535cbda2049e8d0b3050947d4c2869 [file] [log] [blame]
The extend() method is now called instead of the append() method when
unpickle collections.deque and other list-like objects. This can speed up
unpickling to 2 times.