[webkit-reviews] review granted: [Bug 65931] Leaks bot shows python logging prefixes as part of summary display : [Attachment 103390] Pre-compile regexp per bill's suggestion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 14:10:09 PDT 2011


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 65931: Leaks bot shows python logging prefixes as part of summary display
https://bugs.webkit.org/show_bug.cgi?id=65931

Attachment 103390: Pre-compile regexp per bill's suggestion
https://bugs.webkit.org/attachment.cgi?id=103390&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=103390&action=review


> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:731
> +	   scheduler = dict(map(lambda key_value_pair: (str(key_value_pair[0]),
key_value_pair[1]), scheduler.items()))

Can you break this out into a free function?


More information about the webkit-reviews mailing list