[issue35244] Allow to setup Clang as default compiler for modules build

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-19 Thread Steve Dower
Steve Dower added the comment: You might consider adding this support to setuptools rather than CPython. The distutils module is basically closed to non-essential enhancements like this, and will eventually be deprecated for public use (which means totally unused on Windows and only used to

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-19 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Of course you can, good luck, if you need help ping us. -- ___ Python tracker ___ ___ Python-bugs

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-19 Thread Dong-hee Na
Dong-hee Na added the comment: @matrixise Hi, Stéphane Can I take a look at this issue if no one works on it? I have contributed to CPython, but it seems to be a good opportunity to contribute to a larger module. One more thing, It would be a good guide if you let me know what I should pay

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-15 Thread Brett Cannon
Change by Brett Cannon : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Py

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I confirm the issue, the main issue we have to support the CLang compiler into distutils. -- nosy: +matrixise ___ Python tracker ___ ___

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-14 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35244] Allow to setup Clang as default compiler for modules build

2018-11-14 Thread Jaime Torres
New submission from Jaime Torres : Clang is not in the list of allowed compilers when executed: python setup.py build --help-compiler --compiler=bcpp Borland C++ Compiler --compiler=cygwin Cygwin port of GNU C Compiler for Win32 --compiler=mingw32 Mingw32 port of GNU C Compiler for