Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r92387:982250d5ca98
Date: 2017-09-14 10:54 +0200
http://bitbucket.org/pypy/pypy/changeset/982250d5ca98/

Log:    Forgot to save this file

diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -1904,7 +1904,8 @@
                                 #ll_assert(cardbyte <= 1 and bytes == 0,
                                 #          "premature end of object")
                                 ll_assert(bytes == 0, "premature end of 
object")
-                                cardbyte = 1
+                                if interval_stop <= interval_start:
+                                    break
                             self.trace_and_drag_out_of_nursery_partial(
                                 obj, interval_start, interval_stop)
                         #
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to