multiprocessing.Queue spawns a thread, which is used to support features we don't use. Newer versions of Python define a "SimpleQueue" which has the set of features we need, but Python 3.9 doesn't support 'timeout' and 'block' on the 'get()' function, which we need. These are relatively simple to implement ourselves, though, which is what fixing this bug will entail.
<rdar://problem/101813483>
Pull request: https://github.com/WebKit/WebKit/pull/6001
Committed 256262@main (db09bfbcf7d0): <https://commits.webkit.org/256262@main> Reviewed commits have been landed. Closing PR #6001 and removing active labels.
Re-opened since this is blocked by bug 247409
Pull request: https://github.com/WebKit/WebKit/pull/6096