Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r71595:8ca6146f84f2
Date: 2014-05-19 17:40 -0700
http://bitbucket.org/pypy/pypy/changeset/8ca6146f84f2/

Log:    attempt to get more debug output

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
@@ -116,6 +116,7 @@
 
     except BaseException as e:
         try:
+            initstdio()
             stderr = sys.stderr
             print('Error calling sys.excepthook:', file=stderr)
             originalexcepthook(type(e), e, e.__traceback__)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to