#4170: Fix segfault when pickling a defauldict object.
The 2.x dict.iteritems() returns an iterator, whereas the 3.0 dict.items() returns a "view", which is iterable, but not an iterator with its __next__ method. Patch by Hirokazu Yamamoto.
A
Amaury Forgeot d'Arc committed
f43ee81ef211d9c79f8bbaa3ab369d387c2dfeb6
Parent: 73b90a8