Files
cpython/Modules
Amaury Forgeot d'Arc f43ee81ef2 #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.
2008-10-30 20:58:42 +00:00
..
2008-10-11 00:49:57 +00:00
2008-10-11 00:49:57 +00:00
2008-10-11 00:49:57 +00:00
2008-07-02 22:38:47 +00:00
2008-06-17 21:25:35 +00:00
2008-08-24 07:08:55 +00:00
2008-10-19 14:15:00 +00:00
2008-08-15 06:27:17 +00:00