[pypy-svn] r62609 - pypy/branch/pyjitpl5/pypy/jit/tl

fijal at codespeak.net fijal at codespeak.net
Thu Mar 5 20:14:44 CET 2009


Author: fijal
Date: Thu Mar  5 20:14:44 2009
New Revision: 62609

Modified:
   pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
Log:
enable range lists


Modified: pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	Thu Mar  5 20:14:44 2009
@@ -23,6 +23,7 @@
 config.objspace.std.multimethods = 'mrd'
 config.objspace.std.builtinshortcut = True
 config.objspace.opcodes.CALL_LIKELY_BUILTIN = True
+config.objspace.std.withrangelist = True
 multimethod.Installer = multimethod.InstallerVersion2
 print config
 



More information about the Pypy-commit mailing list