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 Issue "OSError: Too Many Open Files (#1072)" #1118

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

dipietrantonio
Copy link
Contributor

Close the file descriptor "self.oldstdout_fno" after line 24 in completion.py, since it is no more used. Leaving it opened will cause the Too Many Open Files error when the enter function is called many times.

Close the file descriptor "self.oldstdout_fno" after line 24, since it is no more used. Leaving it opened will cause the Too Many Open Files error when the _enter_ function is called many times.
@DonJayamanne
Copy link
Owner

Thanks, silly mistake.

@DonJayamanne DonJayamanne merged commit 8c13385 into DonJayamanne:master Jul 25, 2017
DonJayamanne added a commit that referenced this pull request Jul 29, 2017
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.

2 participants