Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-38662: ensurepip invokes pip via runpy (pythonGH-18901)
The ensurepip module now invokes pip via the runpy module. Hence it is no longer tightly coupled with the internal API of the bundled pip version, allowing easier updates to a newer pip version both internally and for distributors. This way, any changes to the internal pip API won't mean ensurepip needs to be changed as well. Also, distributors can update their pip wheels independent on CPython release schedule. Co-Authored-By: Pradyun Gedam <[email protected]> Co-Authored-By: Miro Hrončok <[email protected]> (cherry picked from commit 88f82b2) Co-authored-by: Miro Hrončok <[email protected]>
- Loading branch information