Author: Lukas Diekmann <[email protected]>
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),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit