[issue6377] distutils compiler switch ignored

Tarek Ziadé report at bugs.python.org
Wed Jul 8 23:46:43 CEST 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

I'll set back the compiler attribute when compiler_obj is set too, 
so third-party code will be able to work with it as before.

The current code will deprecate this usage, by displaying a deprecation
warning:

- if the compiler is set to anything else than a string.
- if the compiler is get and happens to be a compiler instance.

so we can keep "compiler" as its initial purpose.

And I'll test it on twisted and egenix. Thanks for the feedback

----------
status: closed -> open

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


More information about the Python-bugs-list mailing list