Staging
v0.8.1
https://github.com/python/cpython
Revision 424b4819bea4b63d9d88fe55812e64a32f3c0e7d authored by Amaury Forgeot d'Arc on 30 October 2008, 22:25:31 UTC, committed by Amaury Forgeot d'Arc on 30 October 2008, 22:25:31 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67049 | amaury.forgeotdarc | 2008-10-30 22:18:34 +0100 (jeu., 30 oct. 2008) | 8 lines

  Issue #4176: Pickle would crash the interpreter when a __reduce__ function
  does not return an iterator for the 4th and 5th items.
  (sequence-like and mapping-like state)

  A list is not an iterator...

  Will backport to 2.6 and 2.5.
........
1 parent 6a27efa
History
Tip revision: 424b4819bea4b63d9d88fe55812e64a32f3c0e7d authored by Amaury Forgeot d'Arc on 30 October 2008, 22:25:31 UTC
Merged revisions 67049 via svnmerge from
Tip revision: 424b481
File Mode Size
c-api
data
distutils
documenting
extending
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 4.7 KB
README.txt -rw-r--r-- 5.0 KB
TODO.txt -rw-r--r-- 134 bytes
about.rst -rw-r--r-- 1.2 KB
bugs.rst -rw-r--r-- 2.6 KB
conf.py -rw-r--r-- 5.5 KB
contents.rst -rw-r--r-- 423 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 26.0 KB
license.rst -rw-r--r-- 33.6 KB
make.bat -rw-r--r-- 1.3 KB

README.txt

back to top