8000 GH-80334: make multiprocessing freeze_support() usable on all spawn default platforms, not just windows by gpshead · Pull Request #134617 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-80334: make multiprocessing freeze_support() usable on all spawn default platforms, not just windows #134617

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

Closed
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
NEWS
  • Loading branch information
gpshead committed May 24, 2025
commit 7264d23b688b4046129f23b1b426680aedd89ae1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:func:`multiprocessing.freeze_support` now checks for work on any "spawn"
start method platform rather than only on Windows.
Loading
0