Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit