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 martin.panter
Recipients martin.panter, vstinner
Date 2016-03-29.23:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459294887.31.0.144806736753.issue26662@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe the configure.ac code for generating opcode.h is a better alternative. It looks like it prints a warning but would continue with the build:

if test "$PYTHON" = not-found; then
    OPCODEHGEN="@echo python: $PYTHON! cannot run Tools/scripts/generate_opcode_h.py"
else
    OPCODEHGEN="$PYTHON"
fi
History
Date User Action Args
2016-03-29 23:41:27martin.pantersetrecipients: + martin.panter, vstinner
2016-03-29 23:41:27martin.pantersetmessageid: <1459294887.31.0.144806736753.issue26662@psf.upfronthosting.co.za>
2016-03-29 23:41:27martin.panterlinkissue26662 messages
2016-03-29 23:41:27martin.pantercreate