1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/vcs
Jon Dufresne 8662248774 Always close stderr after subprocess completion in call_subprocess()
When running Python with warnings enabled, fixes warnings of the form:

    .../site-packages/pip/_internal/vcs/versioncontrol.py:773: ResourceWarning: unclosed file <_io.BufferedReader name=12>
      return call_subprocess(cmd, cwd,
2020-11-21 07:35:11 -08:00
..
__init__.py Enable isort in pre-commit 2019-09-24 18:03:22 +05:30
bazaar.py Update linter: isort 2020-09-23 19:52:28 +05:30
git.py Update linter: isort 2020-09-23 19:52:28 +05:30
mercurial.py Remove on_returncode parameter from call_subprocess 2020-05-23 19:13:13 +05:30
subversion.py Update linter: isort 2020-09-23 19:52:28 +05:30
versioncontrol.py Always close stderr after subprocess completion in call_subprocess() 2020-11-21 07:35:11 -08:00