8000 gh-84559: Change the multiprocessing start method default to `forkserver` by gpshead · Pull Request #101556 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-84559: Change the multiprocessing start method default to forkserver #101556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comment typo
  • Loading branch information
gpshead committed Sep 26, 2024
commit 7fbf3506ddc08bc71cf56729ab1811fa8c7fcc58
2 changes: 1 addition & 1 deletion Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ def skip_if_broken_multiprocessing_synchronize():
# default breaks TestResourceTracker.test_resource_tracker_reused
# when the default start method is not fork as synchronize creates
# a new multiprocessing.resource_tracker process at module import
# time via the aboe call in that scenario. This enables gh-84559.
# time via the above call in that scenario. This enables gh-84559.
except OSError as exc:
raise unittest.SkipTest(f"broken multiprocessing SemLock: {exc!r}")

Expand Down
Loading
0