Bug 217680 - [webkitpy] multiprocessing architecture is not compatible with Python 3.8
Summary: [webkitpy] multiprocessing architecture is not compatible with Python 3.8
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-13 15:56 PDT by Jonathan Bedard
Modified: 2021-10-04 15:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 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.
Comment 1 Radar WebKit Bug Importer 2020-10-13 15:57:14 PDT
<rdar://problem/70270231>
Comment 2 Jonathan Bedard 2021-10-04 15:58:00 PDT
Fixed this in https://bugs.webkit.org/show_bug.cgi?id=220547