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 ethan smith
Recipients ethan smith, pmpp, tritium
Date 2018-04-25.17:29:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524677399.08.0.682650639539.issue33351@psf.upfronthosting.co.za>
In-reply-to
Content
>* Are you suggesting that CPython's build system move away from MSVC as the platform compiler for Windows?

Not immediately, I don't think we should give up on the stability that currently exists with the cl based compilation. However, I think once CPython on clang-cl becomes stable, it will be compelling to switch. Clang-cl has the benefit of backwards compatibility with existing MSVC compiled c extensions, while generating a faster interpreter (perhaps 30% faster or more!).

* Are you able to provide a machine to run buildbots on?

I'm afraid not, I am just a college student :)
History
Date User Action Args
2018-04-25 17:29:59ethan smithsetrecipients: + ethan smith, pmpp, tritium
2018-04-25 17:29:59ethan smithsetmessageid: <1524677399.08.0.682650639539.issue33351@psf.upfronthosting.co.za>
2018-04-25 17:29:59ethan smithlinkissue33351 messages
2018-04-25 17:29:58ethan smithcreate