Skip to content

Fix EM_PYTHON_MULTIPROCESSING under windows#17892

Merged
sbc100 merged 1 commit into
mainfrom
fix_windows_multiprocessing
Sep 20, 2022
Merged

Fix EM_PYTHON_MULTIPROCESSING under windows#17892
sbc100 merged 1 commit into
mainfrom
fix_windows_multiprocessing

Conversation

@sbc100

@sbc100 sbc100 commented Sep 20, 2022

Copy link
Copy Markdown
Collaborator

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 sbc100 force-pushed the fix_windows_multiprocessing branch from 1676673 to f925fc2 Compare September 20, 2022 08:45
@sbc100

sbc100 commented Sep 20, 2022

Copy link
Copy Markdown
Collaborator Author

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