[pypy-commit] pypy default: hide more init functions

pjenvey noreply at buildbot.pypy.org
Fri Jun 19 02:46:55 CEST 2015


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: 
Changeset: r78201:47da843f46fc
Date: 2015-06-18 17:46 -0700
http://bitbucket.org/pypy/pypy/changeset/47da843f46fc/

Log:	hide more init functions

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
@@ -515,6 +515,7 @@
 
     return options
 
+ at hidden_applevel
 def run_command_line(interactive,
                      inspect,
                      run_command,
@@ -752,6 +753,7 @@
     # This is important for py3k
     sys.executable = executable
 
+ at 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


More information about the pypy-commit mailing list