1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip
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
..
_internal Always close stderr after subprocess completion in call_subprocess() 2020-11-21 07:35:11 -08:00
_vendor Fix the certifi version in vendor.txt 2020-11-20 12:16:24 +00:00
__init__.py Bump for development 2020-10-31 23:33:50 +05:30
__main__.py Don't use cwd in python -m pip command 2020-04-05 19:59:05 +05:30