[Webkit-unassigned] [Bug 239542] New: generate-automation-atom.py breaks under older python with non-ascii inputs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 20 07:36:27 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239542
Bug ID: 239542
Summary: generate-automation-atom.py breaks under older python
with non-ascii inputs
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dkolesa at igalia.com
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1983: ordinal not in range(128)
for Source/WebKit/UIProcess/Automation/atoms/FindNodes.js
This is because of https://github.com/q66/WebKit/blob/main/Source/WebKit/UIProcess/Automation/atoms/FindNodes.js#L123 (the § character)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220420/cf9bc39b/attachment-0001.htm>
More information about the webkit-unassigned
mailing list