Author: Armin Rigo <[email protected]>
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 = {}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit