[issue6377] distutils compiler switch ignored

Anthony Tuininga report at bugs.python.org
Mon Jun 29 20:22:20 CEST 2009


New submission from Anthony Tuininga <anthony.tuininga at gmail.com>:

With the release of Python 3.1 the --compiler switch is ignored in
Lib/distutils/command/build_ext.py. The attached patch fixes that issue.
Once that was fixed there was another issue with get_version() in
cygwincompiler but that appears to be fixed in the 3.1 branch. The
revision that introduced this problem is 72596 (from 72593 in trunk).

----------
assignee: tarek
components: Distutils
files: distutils_compiler.patch
keywords: patch
messages: 89871
nosy: atuining, tarek
severity: normal
status: open
title: distutils compiler switch ignored
versions: Python 3.1
Added file: http://bugs.python.org/file14390/distutils_compiler.patch

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


More information about the Python-bugs-list mailing list