[pypy-svn] r29825 - pypy/branch/objspace-config-cleanup/pypy/config

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Jul 8 15:52:55 CEST 2006


Author: cfbolz
Date: Sat Jul  8 15:52:53 2006
New Revision: 29825

Modified:
   pypy/branch/objspace-config-cleanup/pypy/config/pypyoption.py
Log:
oops. checkin the needed option too


Modified: pypy/branch/objspace-config-cleanup/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/objspace-config-cleanup/pypy/config/pypyoption.py	(original)
+++ pypy/branch/objspace-config-cleanup/pypy/config/pypyoption.py	Sat Jul  8 15:52:53 2006
@@ -59,6 +59,10 @@
             BoolOption("withstrslice", "use strings optimized for slicing",
                        default=False),
 
+            BoolOption("withstrdict",
+                       "use dictionaries optimized for string keys",
+                       default=False),
+
             BoolOption("oldstyle",
                        "specify whether the default metaclass should be classobj",
                        default=False),



More information about the Pypy-commit mailing list