Author: Philip Jenvey
Branch: stdlib-2.7.12
Changeset: r87650:e36e9b7907f7
Date: 2016-10-08 22:20 -0700
http://bitbucket.org/pypy/pypy/changeset/e36e9b7907f7/
Log:fix
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/py
Author: Philip Jenvey
Branch: stdlib-2.7.12
Changeset: r87529:f8f420b37c8e
Date: 2016-10-02 15:33 -0700
http://bitbucket.org/pypy/pypy/changeset/f8f420b37c8e/
Log:fix mutation: length_hint wasn't exhausting correctly (and shouldn't
anyway)
diff --git a/pypy/objspace/std/iterobject.py
Author: Philip Jenvey
Branch: stdlib-2.7.12
Changeset: r87521:714b2a3cb52d
Date: 2016-10-02 10:36 -0700
http://bitbucket.org/pypy/pypy/changeset/714b2a3cb52d/
Log:fix pickling of stopped reversed types
diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py
b/pypy/interpreter/test/test