We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PYTHONIOENCODING
1 parent 0c92b16 commit a165869Copy full SHA for a165869
test/lit.cfg
@@ -183,7 +183,7 @@ def append_to_env_path(directory):
183
config.environment['PATH'] = \
184
os.path.pathsep.join((directory, config.environment['PATH']))
185
186
-if kIsWindows:
+if sys.version_info[0] >= 3:
187
config.environment['PYTHONIOENCODING'] = 'UTF8'
188
189
# Tweak the PATH to include the tools dir and the scripts dir.
0 commit comments