[pypy-commit] pypy cpyext-gc-support-2: Kill debug prints

arigo pypy.commits at gmail.com
Tue Feb 23 06:09:39 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: cpyext-gc-support-2
Changeset: r82425:721c1e322b76
Date: 2016-02-23 12:06 +0100
http://bitbucket.org/pypy/pypy/changeset/721c1e322b76/

Log:	Kill debug prints

diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py
--- a/rpython/rtyper/lltypesystem/ll2ctypes.py
+++ b/rpython/rtyper/lltypesystem/ll2ctypes.py
@@ -533,7 +533,7 @@
 # Ctypes-aware subclasses of the _parentable classes
 
 ALLOCATED = {}     # mapping {address: _container}
-DEBUG_ALLOCATED = True
+DEBUG_ALLOCATED = False
 
 def get_common_subclass(cls1, cls2, cache={}):
     """Return a unique subclass with (cls1, cls2) as bases."""


More information about the pypy-commit mailing list