[issue42471] Slowdown in socket tests noticed since Py3.8

Ned Deily report at bugs.python.org
Thu Nov 26 10:21:06 EST 2020


Ned Deily <nad at python.org> added the comment:

Do your tests use the multiprocessing module? As of 3.8, the default start method for multiprocessing on macOS was changed from “fork” to “spawn”:

https://docs.python.org/3.8/library/multiprocessing.html#contexts-and-start-methods

----------
nosy: +ned.deily, ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42471>
_______________________________________


More information about the Python-bugs-list mailing list