[pypy-commit] pypy dict-strategies: fixed bug in pypy.options: withsmalltuple was defined twice

l.diekmann noreply at buildbot.pypy.org
Wed Jun 8 17:12:44 CEST 2011


Author: Lukas Diekmann <lukas.diekmann at uni-duesseldorf.de>
Branch: dict-strategies
Changeset: r44834:09143e9916d9
Date: 2011-06-08 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/09143e9916d9/

Log:	fixed bug in pypy.options: withsmalltuple was defined twice

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -247,10 +247,6 @@
                    "use small tuples",
                    default=False),
 
-        BoolOption("withsmalltuple",
-                   "use small tuples",
-                   default=False),
-
         BoolOption("withrope", "use ropes as the string implementation",
                    default=False,
                    requires=[("objspace.std.withstrslice", False),


More information about the pypy-commit mailing list