-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-109263: Start process from spawn context in multiprocessing no longer have side effect #135813
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
Conversation
584ba8c to
0e65c2b
Compare
serhiy-storchaka
left a comment
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.
LGTM. 👍
There is a little problem with the test -- it runs three times (in test_multiprocessing_fork, test_multiprocessing_forkserver and test_multiprocessing_spawn). But several other tests have the same problem.
|
Thanks @aisk for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…no longer have side effect (pythonGH-135813) (cherry picked from commit c2202a7) Co-authored-by: AN Long <aisk@users.noreply.github.com>
…no longer have side effect (pythonGH-135813) (cherry picked from commit c2202a7) Co-authored-by: AN Long <aisk@users.noreply.github.com>
|
GH-143115 is a backport of this pull request to the 3.14 branch. |
|
GH-143116 is a backport of this pull request to the 3.13 branch. |
Uh oh!
There was an error while loading. Please reload this page.