Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> The default for multiprocessing is still to fork (fortunately changing in 3.14)

If I may: Changing from fork to what?



"In Python 3.14, the default will be changed to either “spawn” or “forkserver” (a mostly safer alternative to “fork”)."

- https://pythonspeed.com/articles/python-multiprocessing/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: