Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r89115:b447bdd635ee
Date: 2016-12-17 15:52 +0100
http://bitbucket.org/pypy/pypy/changeset/b447bdd635ee/

Log:    oops

diff --git a/pypy/goal/targetpypystandalone.py 
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -83,10 +83,10 @@
                 return 1
         return exitcode
 
-    return entry_point, get_additional_entrypoints(space)
+    return entry_point, get_additional_entrypoints(space, w_initstdio)
 
 
-def get_additional_entrypoints(space):
+def get_additional_entrypoints(space, w_initstdio):
     # register the minimal equivalent of running a small piece of code. This
     # should be used as sparsely as possible, just to register callbacks
     from rpython.rlib.entrypoint import entrypoint_highlevel
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to