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 xdegaye
Recipients xdegaye
Date 2019-02-09.21:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549746365.16.0.119204181787.issue35952@roundup.psfhosted.org>
In-reply-to
Content
The call to subprocess.Popen() in collect_cc() of Lib/test/pythoninfo.py raises an exception when the compiler that has been used to build python is not present on the host running python. In that case pythoninfo prints a stack trace and exits with an error.

On the other side if the execution of the compiler to get its version fails, the error is silently ignored. It seems the exception should be ignored as well.
History
Date User Action Args
2019-02-09 21:06:08xdegayesetrecipients: + xdegaye
2019-02-09 21:06:05xdegayesetmessageid: <1549746365.16.0.119204181787.issue35952@roundup.psfhosted.org>
2019-02-09 21:06:05xdegayelinkissue35952 messages
2019-02-09 21:06:04xdegayecreate