[pypy-commit] pypy gc-incminimark-pinning: importing the same thing twice does not help... *ugh*

groggi noreply at buildbot.pypy.org
Mon Jun 2 17:24:39 CEST 2014


Author: Gregor Wegberg <code at gregorwegberg.com>
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:
 #


More information about the pypy-commit mailing list