Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: 
Changeset: r59209:49fe5ba9312a
Date: 2012-12-02 11:50 +0100
http://bitbucket.org/pypy/pypy/changeset/49fe5ba9312a/

Log:    This filter is needed to avoid a conflict with options in bin/py.py

diff --git a/pypy/tool/option.py b/pypy/tool/option.py
--- a/pypy/tool/option.py
+++ b/pypy/tool/option.py
@@ -10,7 +10,8 @@
 
 def get_standard_options():
     config = get_pypy_config()
-    parser = to_optparse(config, extra_useage=extra_useage)
+    parser = to_optparse(config, useoptions=["objspace.*"],
+                         extra_useage=extra_useage)
     return config, parser
 
 def process_options(parser, argv=None):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to