[issue14030] Be more careful about selecting the compiler in distutils

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Fri Feb 17 18:47:06 CET 2012


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

The bug is specific to PyPy. PyPy has no Makefile, so sysconfig.get_config_var("CC") returns None in PyPy. The first paragraph in message #153471 is about a different patch, not this patch.

----------

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


More information about the Python-bugs-list mailing list