[pypy-commit] pypy py3.6: merge default

cfbolz pypy.commits at gmail.com
Fri Feb 22 15:59:30 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at 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


More information about the pypy-commit mailing list