[issue32316] [3.6] make regen-all fails on Travis CI on "python3.6" command

2017-12-13 Thread STINNER Victor

Change by STINNER Victor :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32316] [3.6] make regen-all fails on Travis CI on "python3.6" command

2017-12-13 Thread STINNER Victor

STINNER Victor  added the comment:


New changeset 1d2a387b9526ef5f4d694734d8022e739f7fd410 by Victor Stinner in 
branch '3.6':
bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853)
https://github.com/python/cpython/commit/1d2a387b9526ef5f4d694734d8022e739f7fd410


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32316] [3.6] make regen-all fails on Travis CI on "python3.6" command

2017-12-13 Thread STINNER Victor

Change by STINNER Victor :


--
keywords: +patch
pull_requests: +4742
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32316] [3.6] make regen-all fails on Travis CI on "python3.6" command

2017-12-13 Thread STINNER Victor

New submission from STINNER Victor :

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

--
components: Build
messages: 308262
nosy: brett.cannon, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: [3.6] make regen-all fails on Travis CI on "python3.6" command
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com