WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
217680
[webkitpy] multiprocessing architecture is not compatible with Python 3.8
https://bugs.webkit.org/show_bug.cgi?id=217680
Summary
[webkitpy] multiprocessing architecture is not compatible with Python 3.8
Jonathan Bedard
Reported
2020-10-13 15:56:57 PDT
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
Comment 1
2020-10-13 15:57:14 PDT
<
rdar://problem/70270231
>
Jonathan Bedard
Comment 2
2021-10-04 15:58:00 PDT
Fixed this in
https://bugs.webkit.org/show_bug.cgi?id=220547
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug