-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-39244: multiprocessing get all start methods #18529
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
idomic
wants to merge
17
commits into
python:master
from
idomic:bpo-39244multiprocessing-get_all_start_methods
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
13c5b05
Hard reset + cherry piciking the changes.
idomic fdecdf0
📜🤖 Added by blurb_it.
blurb-it[bot] 29d13c9
Added @vstinner News
idomic 135259f
Update Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst
idomic 794b948
Merge branch 'master' of https://github.com/python/cpython
idomic bfa3cd1
Merge branch 'master' of https://github.com/python/cpython
idomic 71b4de5
Merge branch 'master' of https://github.com/python/cpython
idomic 0c3e3cf
[bpo-39244] multiprocessing.get_all_start_methods() wrong default on …
idomic 4be42f0
Removed residues
idomic a3fdeb4
Merge branch 'master' into bpo-39244multiprocessing-get_all_start_met…
idomic 23f1b9c
📜🤖 Added by blurb_it.
blurb-it[bot] b23191c
Merge branch 'bpo-39244multiprocessing-get_all_start_methods' of http…
idomic ac7ad3f
Removed residues
idomic f360bec
[bpo-39244] added reviewers comments
idomic 39b8661
[bpo-39244] added reviewers comments
idomic f303b8f
[bpo-39244] added reviewers comments
idomic c083041
[bpo-39244] Fixed failing test
idomic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/macOS/2020-02-16-21-24-18.bpo-39244.QGqhjT.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Fixed default :class:`multiprocessing.context` in :func:`get_all_start_methods` | ||
if the context is macOS, return the default 'spawn' |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is HAVE_SEND_HANDLE guaranteed to be defined on macOS?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's always set from a certain version (could not find documentation for that), the example of the code that defaults to this case and to 'fork' is in the bugs.python.