[pypy-commit] pypy default: Issue1670: Ouch ouch ouch.

arigo noreply at buildbot.pypy.org
Fri Jan 10 13:17:28 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r68593:872f6055d970
Date: 2014-01-10 12:43 +0100
http://bitbucket.org/pypy/pypy/changeset/872f6055d970/

Log:	Issue1670: Ouch ouch ouch.

diff --git a/pypy/module/_rawffi/tracker.py b/pypy/module/_rawffi/tracker.py
--- a/pypy/module/_rawffi/tracker.py
+++ b/pypy/module/_rawffi/tracker.py
@@ -4,7 +4,7 @@
 """
 
 class Tracker(object):
-    DO_TRACING = True
+    DO_TRACING = False      # make sure this stays False by default!
 
     def __init__(self):
         self.alloced = {}


More information about the pypy-commit mailing list