Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: record-known-result
Changeset: r97842:83b888a641b6
Date: 2019-10-24 08:22 +0200
http://bitbucket.org/pypy/pypy/changeset/83b888a641b6/

Log:    this one turned out to be necessary

diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py 
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -367,6 +367,9 @@
             # There is no call to codepoint_position_at_index here! It's
             # deduced as the reverse of _codepoint_index_at_byte_position.
             guard_no_exception(descr=...)
+            i111 = int_ge(i110, i44)
+            guard_false(i111, descr=...)
+
             i112 = call_i(ConstClass(next_codepoint_pos_dont_look_inside), 
p47, i105, descr=...)
             i114 = int_add(i110, 1)
             i115 = int_sub(i112, i105)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to