Staging
v0.5.1
https://github.com/python/cpython
Revision f43ee81ef211d9c79f8bbaa3ab369d387c2dfeb6 authored by Amaury Forgeot d'Arc on 30 October 2008, 20:58:42 UTC, committed by Amaury Forgeot d'Arc on 30 October 2008, 20:58:42 UTC
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.
1 parent 73b90a8
History
Tip revision: f43ee81ef211d9c79f8bbaa3ab369d387c2dfeb6 authored by Amaury Forgeot d'Arc on 30 October 2008, 20:58:42 UTC
#4170: Fix segfault when pickling a defauldict object.
Tip revision: f43ee81
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.0 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.5 KB
README -rw-r--r-- 7.1 KB
RELNOTES -rw-r--r-- 1.0 KB
configure -rwxr-xr-x 652.1 KB
configure.in -rw-r--r-- 101.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.6 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 63.7 KB

README

back to top