gh-88321: Add backlog arg for multiprocessing manager server#26332
gh-88321: Add backlog arg for multiprocessing manager server#26332junnplus wants to merge 2 commits intopython:mainfrom
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
|
It seems that a long time has passed, can someone help to review it? |
|
Curious about the state of this PR, ran into a similar issue recently. |
|
This may become a bigger problem as cpu's get more and more cores. I can't really think of a more complete solution than informing users via the documentation that |
|
Hi! I hope this change gets in soon, as I'm running in a high end system and facing this issue a lot. |
|
Any updates on this? Can this be taken up? @junnplus |
73d42d3 to
75d8404
Compare
75d8404 to
7f46f18
Compare
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
769a3d9 to
7f46f18
Compare
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
This PR is stale because it has been open for 30 days with no activity. |
In addition, set listener backlog default to None like #12735.
https://bugs.python.org/issue44155