[pypy-svn] r58338 - pypy/build/benchmem/benchmark

hpk at codespeak.net hpk at codespeak.net
Mon Sep 22 21:16:56 CEST 2008


Author: hpk
Date: Mon Sep 22 21:16:54 2008
New Revision: 58338

Modified:
   pypy/build/benchmem/benchmark/create_recursive_tuples.py
Log:
remove unnecessary multiple invocations here.


Modified: pypy/build/benchmem/benchmark/create_recursive_tuples.py
==============================================================================
--- pypy/build/benchmem/benchmark/create_recursive_tuples.py	(original)
+++ pypy/build/benchmem/benchmark/create_recursive_tuples.py	Mon Sep 22 21:16:54 2008
@@ -5,11 +5,4 @@
         checkpoint()
         for j in range(iter2):
             x = (x,)
-            x = (x,)
-            x = (x,)
-            x = (x,)
-            x = (x,)
-            x = (x,)
-            x = (x,)
-            x = (x,)
 



More information about the Pypy-commit mailing list