Author: Remi Meier <[email protected]>
Branch: stmgc-c7
Changeset: r71506:d1454093dd48
Date: 2014-05-14 15:38 +0200
http://bitbucket.org/pypy/pypy/changeset/d1454093dd48/

Log:    assert not true anymore

diff --git a/rpython/translator/stm/src_stm/stmgcintf.c 
b/rpython/translator/stm/src_stm/stmgcintf.c
--- a/rpython/translator/stm/src_stm/stmgcintf.c
+++ b/rpython/translator/stm/src_stm/stmgcintf.c
@@ -183,7 +183,7 @@
         }
         else {
             /* In an atomic transaction */
-            assert(pypy_stm_nursery_low_fill_mark == (uintptr_t) -1);
+            //assert(pypy_stm_nursery_low_fill_mark == (uintptr_t) -1);
             counter = v_counter;
         }
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to