Skip to content

Conversation

@derenio
Copy link

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 !

@ByronByron closed this May 4, 2014
@ByronByron 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
@ByronByron merged commit 9c5b87b into gitpython-developers:0.3Nov 14, 2014
@Byron
Copy link
Member

Thank you !

@ByronByron added this to the v0.3.2 milestone Nov 14, 2014
@ByronByron mentioned this pull request Jan 8, 2015
Sign up for freeto 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

@derenio@Byron@sugi