[issue31568] Configure thinks it finds python3.5 but doesn't

2018-01-22 Thread Nick Coghlan
Change by Nick Coghlan : -- pull_requests: +5119 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue31568] Configure thinks it finds python3.5 but doesn't

2017-09-25 Thread STINNER Victor
STINNER Victor added the comment: It seems like the bug was fixed. Nice. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue31568] Configure thinks it finds python3.5 but doesn't

2017-09-24 Thread Larry Hastings
Larry Hastings added the comment: New changeset 70c630a7316f9f6063557786442e3c56502fe8ea by larryhastings (Victor Stinner) in branch '3.5': bpo-31568, Travis CI: Fix python3.5 (#3737) https://github.com/python/cpython/commit/70c630a7316f9f6063557786442e3c56502fe8ea -- ___

[issue31568] Configure thinks it finds python3.5 but doesn't

2017-09-24 Thread STINNER Victor
STINNER Victor added the comment: The Travis CI error is: --- python3.5 ./Objects/typeslots.py \ < ./Include/typeslots.h \ ./Objects/typeslots.inc pyenv: python3.5: command not found pyenv: python3.5: command not found The `python3.5' command exists in these P

[issue31568] Configure thinks it finds python3.5 but doesn't

2017-09-24 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +patch pull_requests: +3723 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue31568] Configure thinks it finds python3.5 but doesn't

2017-09-24 Thread Larry Hastings
New submission from Larry Hastings: On Python 3.5, the makefile pseudotarget "regen-opcode" now fails if "python3.5" can't be found on the path. What's strange is that the configure script scans to see if it can find "python3.5", and it thinks it can, but then actually attempting to run it fa

[issue31568] Configure thinks it finds python3.5 but doesn't

2017-09-24 Thread Larry Hastings
Larry Hastings added the comment: Oh, and, Victor, I tagged you with this because git blame says you're the most person to touch PYTHON_FOR_REGEN in the makefile, checkin ab6b962ef24 . -- ___ Python tracker _