Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: py3.3-bootstrap-hack
Changeset: r82987:5705d77f0311
Date: 2016-03-11 17:30 +0000
http://bitbucket.org/pypy/pypy/changeset/5705d77f0311/

Log:    Fix test_app_main

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
@@ -862,6 +862,7 @@
     sys.pypy_find_executable = pypy_find_executable
     sys.pypy_find_stdlib = pypy_find_stdlib
     sys.pypy_resolvedirof = pypy_resolvedirof
+    sys.pypy_initfsencoding = lambda: None
     sys.cpython_path = sys.path[:]
 
     try:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to