Replacing PHP with equivalent Python CGI scripts
<rdar://problem/75707991>
Created attachment 423935 [details] Patch
Comment on attachment 423935 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423935&action=review > LayoutTests/http/tests/performance/paint-timing/resources/slowscript.py:8 > +query_string = os.environ.get('QUERY_STRING', '') Getting the query from the URL like this because url lib.parse.parse_qs separates arguments by ';' as well which creates issues with the 'script' argument being passed
Committed r274964: <https://commits.webkit.org/r274964> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423935 [details].