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
Python 3.14 changed multiprocessing method from 'fork' to 'forkserver'
on Linux too:
python/cpython#84559
This leads to issue similar to when Python 3.8 changed it on Mac OS:
#57742
Change the condition to check for != 'fork' instead of == 'spawn'.
0 commit comments