[pypy-commit] extradoc extradoc: cpython support

hakanardo noreply at buildbot.pypy.org
Sat Jun 11 13:47:09 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r3638:b146e78c1023
Date: 2011-06-11 11:21 +0200
http://bitbucket.org/pypy/extradoc/changeset/b146e78c1023/

Log:	cpython support

diff --git a/talk/iwtc11/benchmarks/image/noborder.py b/talk/iwtc11/benchmarks/image/noborder.py
--- a/talk/iwtc11/benchmarks/image/noborder.py
+++ b/talk/iwtc11/benchmarks/image/noborder.py
@@ -106,7 +106,7 @@
 
 if __name__ == '__main__':
     import time, sys
-    sys.setcheckinterval(sys.maxint)
+    sys.setcheckinterval(2**30)
     try:
         import pypyjit
         pypyjit.set_param(trace_limit=200000)


More information about the pypy-commit mailing list