Author: Matti Picus <[email protected]>
Branch: unicode-utf8
Changeset: r95553:a767a1a730fb
Date: 2019-01-01 12:50 +0200
http://bitbucket.org/pypy/pypy/changeset/a767a1a730fb/

Log:    allow infinite loop in order to pass test

diff --git a/pypy/interpreter/unicodehelper.py 
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehelper.py
+++ b/pypy/interpreter/unicodehelper.py
@@ -1317,8 +1317,6 @@
                                     "truncated input",
                                     s, pos, size)
             result.append(res)
-            if pos > size - unicode_bytes:
-                break
             continue
         t = r_uint(0)
         h = 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to