Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning
Changeset: r71839:bbbfcfe326e7
Date: 2014-05-20 21:24 +0200
http://bitbucket.org/pypy/pypy/changeset/bbbfcfe326e7/
Log: remove unnecessary debug_start/debug_stop
diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -8,9 +8,6 @@
from rpython.rtyper.extregistry import ExtRegistryEntry
from rpython.rtyper.lltypesystem import lltype, llmemory
-# XXX remove (groggi)
-from rpython.rlib.debug import debug_print, debug_start, debug_stop
-
# ____________________________________________________________
# General GC features
@@ -39,8 +36,6 @@
# XXX doc string based on gc-minimark-pinning branch
# XXX use doc string a basis for implementation behavior
# XXX update doc string to match actual behavior
- debug_start("groggi-rgc-pin")
- debug_stop("groggi-rgc-pin")
return False
def unpin(obj):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit