This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Xavier Fernandez, vstinner
Date 2020-05-28.14:01:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590674464.65.0.202238910252.issue38488@roundup.psfhosted.org>
In-reply-to
Content
The change broke multiple buildbots. Since nobody is available to investigate the two regressions (install buildbots and test_venv), I reverted the change following this policy:
https://pythondev.readthedocs.io/ci.html#revert-on-fail

Buildbot failures were reported directly the on PR, see:
https://github.com/python/cpython/pull/16782#issuecomment-634640005

The revert is an opportunity to have more time to investigate the issue and write a proper fix, rather than working on urgency.

commit 4fd4963ccce5c12f742303dab6e43818b1133c7e (HEAD -> master, upstream/master)
Author: Victor Stinner <vstinner@python.org>
Date:   Thu May 28 15:57:49 2020 +0200

    Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484)
    
    This reverts commit feb0846c3a28b05b4cfbc6ab34c764957f3eff55.
History
Date User Action Args
2020-05-28 14:01:04vstinnersetrecipients: + vstinner, Xavier Fernandez
2020-05-28 14:01:04vstinnersetmessageid: <1590674464.65.0.202238910252.issue38488@roundup.psfhosted.org>
2020-05-28 14:01:04vstinnerlinkissue38488 messages
2020-05-28 14:01:04vstinnercreate