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 larry
Recipients larry, vstinner
Date 2017-09-24.09:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506244521.37.0.0318133466802.issue31568@psf.upfronthosting.co.za>
In-reply-to
Content
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 fails.

I can't merge PRs in 3.5 right now because this is broken.  Note that everything is fine on my Ubuntu laptop because I *do* have "python3.5" on my path.  But the Travis CI buildbot doesn't.

Here is an example failure on Travis CI:

https://travis-ci.org/python/cpython/jobs/279140454

I don't know how this got merged, because the PR that made this change should itself have failed.  Maybe the configuration of the buildbot has changed since we merged that PR?
History
Date User Action Args
2017-09-24 09:15:21larrysetrecipients: + larry, vstinner
2017-09-24 09:15:21larrysetmessageid: <1506244521.37.0.0318133466802.issue31568@psf.upfronthosting.co.za>
2017-09-24 09:15:21larrylinkissue31568 messages
2017-09-24 09:15:21larrycreate