Author: Gregor Wegberg <[email protected]> Branch: gc-incminimark-pinning Changeset: r71851:a51aa8c392ba Date: 2014-05-28 16:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a51aa8c392ba/
Log: importing the same thing twice does not help... *ugh* 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 @@ -65,10 +65,6 @@ from rpython.rlib.debug import ll_assert, debug_print, debug_start, debug_stop from rpython.rlib.objectmodel import specialize -# XXX remove (groggi) -from rpython.rlib.debug import debug_print, debug_start, debug_stop - - # # Handles the objects in 2 generations: # _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
