Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r83951:98c9d7225474 Date: 2016-04-26 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/98c9d7225474/
Log: hide run_command_line now that exec works diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpreter/app_main.py @@ -511,6 +511,7 @@ def exec_(src, dic): exec(src, dic) +@hidden_applevel def run_command_line(interactive, inspect, run_command, _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit