This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients dstufft, eric.araujo, lemburg, tats.u.
Date 2017-09-03.11:33:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504438392.91.0.544895114229.issue31332@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-03 11:33:12lemburgsetrecipients: + lemburg, eric.araujo, dstufft, tats.u.
2017-09-03 11:33:12lemburgsetmessageid: <1504438392.91.0.544895114229.issue31332@psf.upfronthosting.co.za>
2017-09-03 11:33:12lemburglinkissue31332 messages
2017-09-03 11:33:12lemburgcreate