Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
GH-84559: Deprecate fork being the multiprocessing default.#100618
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
gpshead merged 23 commits intopython:mainfromgpshead:multiprocessing/deprecate-fork-defaultFeb 2, 2023
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
1cecbdb
GH-84559: Deprecate fork being the multiprocessing default.
gpsheaddf83fba
address CI test failures?
gpsheadec1e868
the new warning needs no pickle name mapping
gpsheada1064de
avoid DeprecationWarnings vs -Werror
gpshead223b748
prefer forkserver over fork for concurrent.futures
gpsheadfc64626
explicitly use spawn for simple process launchers.
gpsheade45fab6
warn from concurrent.futures, reword things.
gpshead29764a2
avoid double warning in futures
gpsheadc52b9db
Cleanup messages, test futures warning.
gpshead4c8cc34
cleanup warn stacklevel logic
gpshead7179684
Document all the things!
gpsheadf7e3161
Have all doctests use 'spawn'.
gpshead9947860
Correct warning stacklevel for Manager.
gpshead5834f2d
more doctest cleanup.
gpshead7d48e86
NEWS entry.
gpshead28c0cfc
docs: add the implicit i
gpshead2820bb8
Merge branch 'main' into multiprocessing/deprecate-fork-default
gpshead4c16205
Use skip_file_prefixes.
gpshead7d84a72
use the modern warnings API, doc updates.
gpshead8b2029e
documentation cleanup
gpshead846e9a0
Remove an unused variable.
gpshead7078986
doc typo fix, unnecessary method change revert.
gpsheade3e3b3c
Add What's New entries.
gpsheadFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
14 changes: 11 additions & 3 deletionsDoc/library/concurrent.futures.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletionsDoc/whatsnew/3.12.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletionLib/compileall.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
23 changes: 20 additions & 3 deletionsLib/concurrent/futures/process.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.