Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63957:b97729690802
Date: 2013-05-09 19:36 -0700
http://bitbucket.org/pypy/pypy/changeset/b97729690802/

Log:    fix --jit help

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
@@ -163,6 +163,7 @@
     raise SystemExit
 
 def _print_jit_help():
+    initstdio()
     try:
         import pypyjit
     except ImportError:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to