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 brett.cannon, vstinner, zach.ware
Date 2017-12-13.22:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513204354.33.0.213398074469.issue32316@psf.upfronthosting.co.za>
In-reply-to
Content
The cpython job of Travis CI compiles Python with clang and then run "make regen-all" which fails.

"make regen-all" fails for example on regen-typeslots which runs "$(PYTHON_FOR_REGEN) ...". On Travis CI, $(PYTHON_FOR_REGEN) is "python3.6", but running python3.6 fails with:

"""
The `python3.6' command exists in these Python versions:
  3.6
  3.6.3
"""

Example of failed build:
https://travis-ci.org/python/cpython/jobs/315978517
History
Date User Action Args
2017-12-13 22:32:34vstinnersetrecipients: + vstinner, brett.cannon, zach.ware
2017-12-13 22:32:34vstinnersetmessageid: <1513204354.33.0.213398074469.issue32316@psf.upfronthosting.co.za>
2017-12-13 22:32:34vstinnerlinkissue32316 messages
2017-12-13 22:32:34vstinnercreate