[webkit-reviews] review denied: [Bug 71170] webkit fails to build with Python 3 : [Attachment 112965] Fix a style issue with the previous patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 08:32:13 PDT 2011


Philippe Normand <pnormand at igalia.com> has denied Robert Marmorstein
<robert at narnia.homeunix.com>'s request for review:
Bug 71170: webkit fails to build with Python 3
https://bugs.webkit.org/show_bug.cgi?id=71170

Attachment 112965: Fix a style issue with the previous patch
https://bugs.webkit.org/attachment.cgi?id=112965&action=review

------- Additional Comments from Philippe Normand <pnormand at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=112965&action=review


> Source/WebCore/inspector/CodeGeneratorInspector.py:60
> +except Exception as e:

AFAIK the minimum Python version required by webkitpy is 2.5. This syntax works
only in >= 2.6 though.


More information about the webkit-reviews mailing list