Igor Filatov added the comment:
Thanks for the reviews, Nick!
--
___
Python tracker
<https://bugs.python.org/issue31351>
___
___
Python-bugs-list mailin
Changes by Igor Filatov :
--
pull_requests: +3720
stage: backport needed -> patch review
___
Python tracker
<https://bugs.python.org/issue31351>
___
___
Python-
Changes by Igor Filatov :
--
keywords: +patch
pull_requests: +3615
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31351>
___
___
Py
New submission from Igor Filatov:
ensurepip runs pip with a function that discards the result code that pip
produces:
def _run_pip(args, additional_paths=None):
# ...
pip.main(args)
pip.main() is designed not to raise command exceptions. Instead it returns exit
codes