Skip to content
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

Fix EM_PYTHON_MULTIPROCESSING under windows #17892

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Sep 20, 2022

This mirrors the upstream bugfix in python 3.8.0 which limits the size of the worker pool to 61: python/cpython#13132

Fixes: #13785

This mirrors the upstream bugfix in python 3.8.0 which limits the
size of the worker pool to 61: python/cpython#13132

Fixes: #13785
@sbc100
Copy link
Collaborator Author

sbc100 commented Sep 20, 2022

Landing TBR since this is simpler/trivial version of #17881 which was already approved.

@sbc100 sbc100 merged commit 8494ac4 into main Sep 20, 2022
@sbc100 sbc100 deleted the fix_windows_multiprocessing branch September 20, 2022 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python multiprocessing regression on Windows after updating to Python 3.9.2
1 participant