Author: Alex Gaynor <[email protected]>
Branch: detect-immutable-fields
Changeset: r68907:65fb858e4798
Date: 2014-01-24 10:27 -0600
http://bitbucket.org/pypy/pypy/changeset/65fb858e4798/

Log:    This no longer appears

diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py 
b/pypy/module/pypyjit/test_pypy_c/test_thread.py
--- a/pypy/module/pypyjit/test_pypy_c/test_thread.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_thread.py
@@ -42,7 +42,6 @@
         assert loop.match("""
             i53 = int_lt(i48, i27)
             guard_true(i53, descr=...)
-            guard_not_invalidated(descr=...)
             i54 = int_add_ovf(i48, i47)
             guard_no_overflow(descr=...)
             --TICK--
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to