[webkit-changes] [WebKit/WebKit] cccd00: Fix build failure with python 3.6

Mike Gorse noreply at github.com
Thu Feb 16 00:59:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cccd00688012d25c2cac5d6aa11b86f937927770
      https://github.com/WebKit/WebKit/commit/cccd00688012d25c2cac5d6aa11b86f937927770
  Author: Mike Gorse <mgorse at suse.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M Source/WebKit/Scripts/glib/generate-api-header.py

  Log Message:
  -----------
  Fix build failure with python 3.6
https://bugs.webkit.org/show_bug.cgi?id=252265

Reviewed by Michael Catanzaro.

For subprocess.popen, the text keyword was added in python 3.7 as an
easier-to-understand replacement for universal_newlines.

* Source/WebKit/Scripts/glib/generate-api-header.py: text -> universal_newlines.

Canonical link: https://commits.webkit.org/260357@main




More information about the webkit-changes mailing list