[New-bugs-announce] [issue21242] Generalize configure check for working Python executable

Brett Cannon report at bugs.python.org
Tue Apr 15 19:50:05 CEST 2014


New submission from Brett Cannon:

configure.ac has a check that sets ASDLGEN based on what Python interpreter to use for running various scripts which generate files related to the AST. It probably should be generalized so that there's only one check for any script usage in Makefile.pre.in since there is really no need to check multiple times for the same thing.

----------
components: Build
messages: 216346
nosy: brett.cannon, kushal.das
priority: low
severity: normal
stage: needs patch
status: open
title: Generalize configure check for working Python executable
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21242>
_______________________________________


More information about the New-bugs-announce mailing list