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

bpo-26732: fix too many fds in processes started with the "forkserver" method #2813

Merged
merged 2 commits into from Jul 22, 2017

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Jul 22, 2017

A child process would inherit as many fds as the number of still-running children.

https://bugs.python.org/issue26732

…" method

A child process would inherit as many fds as the number of still-running children.
@mention-bot
Copy link

@pitrou, thanks for your PR! By analyzing the history of the files in this pull request, we identified @serhiy-storchaka, @ilevkivskyi and @ncoghlan to be potential reviewers.

@pitrou pitrou merged commit 896145d into python:master Jul 22, 2017
@pitrou pitrou deleted the fd_inflation branch July 22, 2017 11:22
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.

None yet

3 participants