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