[Webkit-unassigned] [Bug 240543] New: [Python3] Fix Tools/Scripts/check-for-invalid-symbols-in-version-script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 17 15:24:22 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240543
Bug ID: 240543
Summary: [Python3] Fix
Tools/Scripts/check-for-invalid-symbols-in-version-scr
ipt
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
Traceback (most recent call last):
File "/app/webkit/Tools/Scripts/check-for-invalid-symbols-in-version-script", line 33, in <module>
if symbol not in data:
TypeError: a bytes-like object is required, not 'str'
---
As with other recent examples we need to decode the bytes objects
returned by reading from the popen stream into strings (see the fix
for “check-for-global-bss-symbols-in-webkitgtk-libs”, bug #237442,
for an example of a similar fix)
--
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/20220517/0f6884e9/attachment.htm>
More information about the webkit-unassigned
mailing list