[issue31332] Building modules by Clang with Microsoft CodeGen

Marc-Andre Lemburg report at bugs.python.org
Sun Sep 3 07:33:12 EDT 2017


Marc-Andre Lemburg added the comment:

You will have to also create a new compiler class for the compiler. If this is more or less the same clang as used on Unix and MacOS, chances are high, the UnixCCompiler class already supports most of it. Only some changes related to paths may be necessary.

That said, standard CPython is compiled with VC++ so you will likely get better compatibility by compiling extension modules with the same compiler.

----------
nosy: +lemburg

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


More information about the Python-bugs-list mailing list