Bug 222012 - [Python-3] Child process environment on Windows can only contain strings
Summary: [Python-3] Child process environment on Windows can only contain strings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks: 221815
  Show dependency treegraph
 
Reported: 2021-02-16 17:36 PST by Don Olmstead
Modified: 2021-02-17 19:02 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.36 KB, patch)
2021-02-16 17:56 PST, Don Olmstead
no flags Details | Formatted Diff | Diff
Python 2 fix (2.14 KB, patch)
2021-02-17 18:04 PST, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2021-02-16 17:36:41 PST
On Python 3 currently run-webkit-tests is throwing `TypeError: environment can only contain strings` on Windows.
Comment 1 Don Olmstead 2021-02-16 17:56:08 PST
Created attachment 420571 [details]
Patch
Comment 2 EWS 2021-02-17 09:39:25 PST
Committed r273008: <https://commits.webkit.org/r273008>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420571 [details].
Comment 3 Radar WebKit Bug Importer 2021-02-17 09:40:24 PST
<rdar://problem/74437205>
Comment 4 Don Olmstead 2021-02-17 18:00:47 PST
Broke WinCairo
Comment 5 Don Olmstead 2021-02-17 18:04:35 PST
Created attachment 420777 [details]
Python 2 fix
Comment 6 EWS 2021-02-17 19:02:37 PST
Committed r273059: <https://commits.webkit.org/r273059>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420777 [details].