[Webkit-unassigned] [Bug 156674] Build tools should work when the /usr/bin/python is python3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 09:10:45 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=156674

--- Comment #24 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 350121
  --> https://bugs.webkit.org/attachment.cgi?id=350121
Updated patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=350121&action=review

> Source/JavaScriptCore/Scripts/cssmin.py:51
> +        sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='UTF-8')

This is duplication of code above

> Source/JavaScriptCore/Scripts/generate-js-builtins.py:50
> +def doopen(file, mode):

do_open?

-- 
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/20180919/6c7989d1/attachment.html>


More information about the webkit-unassigned mailing list