Staging
v0.5.1
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
File Mode Size
README -rw-r--r-- 751 bytes
python-3.0.spec -rw-r--r-- 13.3 KB

README

back to top