Author: Armin Rigo <[email protected]>
Branch: unicode-utf8
Changeset: r92736:f7ce6bd07d6a
Date: 2017-10-12 17:52 +0200
http://bitbucket.org/pypy/pypy/changeset/f7ce6bd07d6a/

Log:    Re-enable this

diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/pypy/objspace/std/listobject.py
@@ -1027,7 +1027,6 @@
 
         unilist = space.listview_unicode(w_iterable)
         if unilist is not None:
-            assert False, "disabled"
             w_list.strategy = strategy = space.fromcache(UnicodeListStrategy)
             # need to copy because intlist can share with w_iterable
             w_list.lstorage = strategy.erase(unilist[:])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to