Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r50296:3ff9c88dca39 Date: 2011-12-08 12:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3ff9c88dca39/
Log: Revert this, committed by accident. (The other accidental commit is actually good and a complete detail, so I'm not going to uncommit it just to commit it again...) diff --git a/pypy/jit/codewriter/codewriter.py b/pypy/jit/codewriter/codewriter.py --- a/pypy/jit/codewriter/codewriter.py +++ b/pypy/jit/codewriter/codewriter.py @@ -13,7 +13,7 @@ class CodeWriter(object): callcontrol = None # for tests - debug = True + debug = False def __init__(self, cpu=None, jitdrivers_sd=[]): self.cpu = cpu _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit