[pypy-commit] pypy refactor-signature: make it not print everything

fijal noreply at buildbot.pypy.org
Mon Dec 19 23:32:35 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: refactor-signature
Changeset: r50731:1531f3617e45
Date: 2011-12-20 00:32 +0200
http://bitbucket.org/pypy/pypy/changeset/1531f3617e45/

Log:	make it not print everything

diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake/objspace.py
+++ b/pypy/objspace/fake/objspace.py
@@ -252,7 +252,7 @@
         # grow the list
         done = 0
         while done < len(self._seen_extras):
-            print self._seen_extras
+            #print self._seen_extras
             ann.build_types(self._seen_extras[done], [],
                             complete_now=False)
             done += 1


More information about the pypy-commit mailing list