commit | c353ea795c6850d85e29849e763e83382df4e3e2 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Oct 30 21:29:12 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Oct 30 21:29:12 2008 +0000 |
tree | cf78386b748e54b9379f5e1a7e9db99dc49bae19 | |
parent | 68daeb0f8575bd4acb7c7b0e2d0bfee4c6c961b2 [diff] |
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) Backport of r67049