Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-84559: Change the multiprocessing start method default toforkserver#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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

gpshead
Copy link
Member

@gpsheadgpshead commentedFeb 4, 2023
edited
Loading

We change the default fromfork toforkserver orspawn. See the issue for details.

This change is intended for Python 3.14.

TODO:

  • The 3.13 release branch has been made, thus starting 3.14 inmain.
  • NEWS entry added.
  • Documentation updates in:
    • library/multiprocessing.rst
    • library/concurrent.futures.rst
    • whatsnew/3.14.rst

We drop 'fork' in favor of 'forkserver' or 'spawn'. See the issue for details.
@gpsheadgpshead marked this pull request as ready for reviewSeptember 24, 2024 21:24
@gpsheadgpshead changed the titlegh-84559: multiprocessing start method default away fromforkgh-84559: Change the multiprocessing start method default toforkserverSep 24, 2024
@gpsheadgpshead added 3.14bugs and security fixes docsDocumentation in the Doc dir stdlibPython modules in the Lib dir and removed DO-NOT-MERGE labelsSep 24, 2024
@gpshead
Copy link
MemberAuthor

@ericsnowcurrently could you review? (likely an easy one)

Copy link
Member

@ericsnowcurrentlyericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

Thanks for following this through!

@gpsheadgpshead added the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelSep 26, 2024
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@gpshead for commit668559c 🤖

If you want to schedule another build, you need to add the🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelSep 26, 2024
@gpsheadgpshead merged commitb65f2cd intopython:mainSep 26, 2024
87 of 92 checks passed
@gpsheadgpshead deleted the multiprocessing/default-start-method-3.14 branchSeptember 26, 2024 23:57
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk left review comments

@ericsnowcurrentlyericsnowcurrentlyericsnowcurrently approved these changes

Assignees

@gpsheadgpshead

Labels
3.14bugs and security fixesdocsDocumentation in the Doc dirstdlibPython modules in the Lib dir
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@gpshead@bedevere-bot@ericsnowcurrently@hugovk

[8]ページ先頭

©2009-2025 Movatter.jp