commit | 3b335ff3402b1263e3fbf50ef6ba6e8cf2de1624 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Oct 30 21:40:05 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Oct 30 21:40:05 2008 +0000 |
tree | 462aabe08d76fde7102cd80b9c2fa0259e5121d4 | |
parent | 3e06faec4fa7e6afc266ca83ebd5444b1ddbc04a [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.