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 methane, pablogsal, vstinner
Date 2019-12-13.10:28:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576232931.72.0.607976145841.issue39035@roundup.psfhosted.org>
In-reply-to
Content
Example of failure of a backport from 3.8 to 3.7, PR 17577:
https://github.com/python/cpython/pull/17577

"""
$ python --version

Python 3.6.9

$ pip --version

pip 19.3.1 from /home/travis/virtualenv/python3.6.9/lib/python3.6/site-packages/pip (python 3.6)
before_install.1

0.00s$ set -e

$ pyenv global 3.7.1

pyenv: version `3.7.1' not installed
"""

Travis CI logs:
https://travis-ci.org/python/cpython/jobs/624160244

Thread on python-dev:
https://mail.python.org/archives/list/python-dev@python.org/thread/YCTLWAYIC44YTVGNN4EDLWKMER2LAPDA/
History
Date User Action Args
2019-12-13 10:28:51vstinnersetrecipients: + vstinner, methane, pablogsal
2019-12-13 10:28:51vstinnersetmessageid: <1576232931.72.0.607976145841.issue39035@roundup.psfhosted.org>
2019-12-13 10:28:51vstinnerlinkissue39035 messages
2019-12-13 10:28:51vstinnercreate