Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r62058:022c349efb36
Date: 2013-03-04 21:52 -0800
http://bitbucket.org/pypy/pypy/changeset/022c349efb36/

Log:    sneakier

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,6 +485,7 @@
 def exec_(src, dic):
     exec(src, dic)
 
+@hidden_applevel
 def run_command_line(interactive,
                      inspect,
                      run_command,
@@ -713,6 +714,7 @@
     # 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

Reply via email to