diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2012-05-08 00:51:34 -0700 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2012-05-08 00:51:34 -0700 |
commit | 95878d20f264eb10d09796e595e9a1d811e92e84 (patch) | |
tree | 38a09919773bfc17c86e222a9bf16d2d17dee416 /git/diff.py | |
parent | 6e86f8a8a0638abe2c18ae0bb36cc992b0ababe5 (diff) | |
parent | f467834059bb1297df97df4e03149cd2b48b81e3 (diff) | |
download | gitpython-95878d20f264eb10d09796e595e9a1d811e92e84.tar.gz |
Merge pull request #58 from sugi/cmd-fd-leak-fix
Fixes on cmd.py (fd leak and signal exception)
Currently if command is called with as_proces=True, pipes for the
command will not be closed.
cb68f36 makes sure to close command file descriptors.
Ignore signal exception on AutoInterrupt destructor.
When command run as subprocess, AutoInterrupt will kill the
process on destructor. However, if process already finished,
it raise OSError exception.
Diffstat (limited to 'git/diff.py')
0 files changed, 0 insertions, 0 deletions