summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2024-09-26 23:57:19 (GMT)
committerGitHub <noreply@github.com>2024-09-26 23:57:19 (GMT)
commitb65f2cdfa77d8d12c213aec663ddaaa30d75a4b2 (patch)
tree995b44874413c1753fb8cdae59fc5f795e52c1a1 /Python
parent83e5dc0f4d0d8d71288f162840b36f210fb03abf (diff)
downloadcpython-b65f2cdfa77d8d12c213aec663ddaaa30d75a4b2.zip
cpython-b65f2cdfa77d8d12c213aec663ddaaa30d75a4b2.tar.gz
cpython-b65f2cdfa77d8d12c213aec663ddaaa30d75a4b2.tar.bz2
gh-84559: Change the multiprocessing start method default to `forkserver` (GH-101556)
Change the default multiprocessing start method away from fork to forkserver or spawn on the remaining platforms where it was fork. See the issue for context. This makes the default far more thread safe (other than for people spawning threads at import time... - don't do that!). Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions