Author: Carl Friedrich Bolz-Tereick <cfb...@gmx.de> Branch: py3.6 Changeset: r96137:b0af8614d286 Date: 2019-02-22 21:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b0af8614d286/
Log: merge default diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --- a/pypy/objspace/std/test/test_unicodeobject.py +++ b/pypy/objspace/std/test/test_unicodeobject.py @@ -1345,3 +1345,6 @@ assert next(it3) == u"e" assert next(it3) == u"f" + + def test_newlist_utf8_non_ascii(self): + 'ä'.split("\n")[0] # does not crash \ No newline at end of file _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit