[pypy-svn] r53054 - pypy/branch/jit-hotpath/pypy/tool
fijal at codespeak.net
fijal at codespeak.net
Fri Mar 28 17:19:42 CET 2008
Author: fijal
Date: Fri Mar 28 17:19:40 2008
New Revision: 53054
Modified:
pypy/branch/jit-hotpath/pypy/tool/udir.py
Log:
checked in my limit instead.
Modified: pypy/branch/jit-hotpath/pypy/tool/udir.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/tool/udir.py (original)
+++ pypy/branch/jit-hotpath/pypy/tool/udir.py Fri Mar 28 17:19:40 2008
@@ -21,4 +21,4 @@
except:
basename = '-'
-udir = local.make_numbered_dir(prefix='usession' + basename, keep=100)
+udir = local.make_numbered_dir(prefix='usession' + basename, keep=3)
More information about the Pypy-commit
mailing list