Bug 217680
Summary: | [webkitpy] multiprocessing architecture is not compatible with Python 3.8 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=220547 https://bugs.webkit.org/show_bug.cgi?id=225221 |
Jonathan Bedard
Our current multiprocessing architecture is wholly incompatible with Python 3.8, since we're passing the port object and a member function to multiprocess.Process, neither of which is pickle-able.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70270231>
Jonathan Bedard
Fixed this in https://bugs.webkit.org/show_bug.cgi?id=220547