STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to