Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r62064:6d98509bfcd1
Date: 2013-03-05 00:28 -0800
http://bitbucket.org/pypy/pypy/changeset/6d98509bfcd1/
Log: backout 022c349efb36
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
@@ -485,7 +485,6 @@
def exec_(src, dic):
exec(src, dic)
-@hidden_applevel
def run_command_line(interactive,
inspect,
run_command,
@@ -714,7 +713,6 @@
# This is important for py3k
sys.executable = executable
-@hidden_applevel
def entry_point(executable, argv):
# note that before calling setup_bootstrap_path, we are limited because we
# cannot import stdlib modules. In particular, we cannot use unicode
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit