WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
222059
[Python-3] UnicodeDecodeError when checking for an interpreter on Windows
https://bugs.webkit.org/show_bug.cgi?id=222059
Summary
[Python-3] UnicodeDecodeError when checking for an interpreter on Windows
Don Olmstead
Reported
2021-02-17 11:49:17 PST
[3/6] webkitpy.port.server_process_unittest.TestServerProcess.serial_test_basic erred: Traceback (most recent call last): File "C:\webkit\Tools\Scripts\webkitpy\port\server_process_unittest.py", line 114, in serial_test_basic proc.write(b'') File "C:\webkit\Tools\Scripts\webkitpy\port\server_process.py", line 183, in write self._start() File "C:\webkit\Tools\Scripts\webkitpy\port\server_process.py", line 134, in _start self._proc = self._target_host.executive.popen(self._cmd, stdin=self._target_host.executive.PIPE, File "C:\webkit\Tools\Scripts\webkitpy\common\system\executive.py", line 487, in popen line = f.readline() File "C:\Users\eolmstead\Documents\webkit-trunk\tools\python3\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 2: character maps to <undefined>
Attachments
Patch
(1.84 KB, patch)
2021-02-17 11:58 PST
,
Don Olmstead
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Don Olmstead
Comment 1
2021-02-17 11:58:55 PST
Created
attachment 420690
[details]
Patch
EWS
Comment 2
2021-02-17 12:33:05 PST
Committed
r273021
: <
https://commits.webkit.org/r273021
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 420690
[details]
.
Radar WebKit Bug Importer
Comment 3
2021-02-17 12:34:13 PST
<
rdar://problem/74445592
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug