[pypy-svn] r23254 - pypy/dist/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Sun Feb 12 13:47:59 CET 2006


Author: tismer
Date: Sun Feb 12 13:47:57 2006
New Revision: 23254

Modified:
   pypy/dist/pypy/translator/goal/_test_thread.py
Log:
buglet

Modified: pypy/dist/pypy/translator/goal/_test_thread.py
==============================================================================
--- pypy/dist/pypy/translator/goal/_test_thread.py	(original)
+++ pypy/dist/pypy/translator/goal/_test_thread.py	Sun Feb 12 13:47:57 2006
@@ -12,7 +12,6 @@
 
 def f(name, count, modulus):
     running.append(name)
-    i = 0
     print "starting %s %d %d\n" % (name, count, modulus),
     for i in xrange(count):
         if i % modulus == 0:



More information about the Pypy-commit mailing list