You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on PRs to fix #90622 in concurrent.futures I've come across at mistakes intest_concurrent_futures.py that mean it wasn't testing the multiprocessing start methods desired of the tests in many situations. PR #91600.