Skip to content

Merged fd leaks fix from the master to the 0.3 version #150

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

Merged
merged 2 commits into from
Nov 14, 2014

Conversation

derenio
Copy link

@derenio derenio commented Mar 31, 2014

No description provided.

sugi added 2 commits March 31, 2014 12:36
Currently if command is called with as_proces=True, pipes for the
command will not be closed.

This change makes sure to close command file descriptors.

Conflicts:
	git/cmd.py
When command run as subprocess, AutoInterrupt will kill the
process on destructor. However, if process already finished,
it raise OSError exception.

This fix just ignore OSError on os.kill.

Conflicts:
	git/cmd.py
@Byron
Copy link
Member

Byron commented May 4, 2014

travis-ci is now setup for git-python. Unfortunately, it doesn't seem to pick up existing pull request. Unfortunately it will only pick up if the pull request changes, it doesn't handle existing pull requests without an explicit trigger.

Will try to close and reopen, hold on !

@Byron Byron closed this May 4, 2014
@Byron Byron reopened this May 4, 2014
Byron added a commit that referenced this pull request Nov 14, 2014
Merged fd leaks fix from the master to the 0.3 version
@Byron Byron merged commit 9c5b87b into gitpython-developers:0.3 Nov 14, 2014
@Byron
Copy link
Member

Byron commented Nov 14, 2014

Thank you !

@Byron Byron added this to the v0.3.2 milestone Nov 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants