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 vstinner
Recipients Alex Grund, vstinner
Date 2019-10-21.14:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571668520.19.0.615729517856.issue38549@roundup.psfhosted.org>
In-reply-to
Content
> However in native builds (not cross-compiling) these variables/directories are ignored which leads to failure of e.g. building the BZip2 extension (among others).

Python does not explicitly ignore these environment variable, so I'm not sure how setup.py prevent that.

For example, the _bz2 module is built by setup.py by default in the master branch of Python.
History
Date User Action Args
2019-10-21 14:35:20vstinnersetrecipients: + vstinner, Alex Grund
2019-10-21 14:35:20vstinnersetmessageid: <1571668520.19.0.615729517856.issue38549@roundup.psfhosted.org>
2019-10-21 14:35:20vstinnerlinkissue38549 messages
2019-10-21 14:35:20vstinnercreate