Skip to content

Commit b90cb44

Browse files
committed
Revert "set initial PYTHONCOERCECLOCALE"
This reverts commit 78525d16f842104ab33aa1dac2ef2691a07e18fa.
1 parent bdfe2ca commit b90cb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cmd_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def test_undecodable_code(self):
242242
undecodable = b"\xff"
243243
# Use C locale to get ascii for the locale encoding
244244
env['LC_ALL'] = 'C'
245-
env['PYTHONCOERCECLOCALE'] = '0'
245+
env['PYTHONCOERCECLOCALE'] = '1'
246246
code = (
247247
b'import locale; '
248248
b'print(ascii("' + undecodable + b'"), '

0 commit comments

Comments
 (0)