Message403409
> How feasible would it be to use Clang or GCC on Windows?
clang seems to have a good Windows support and tries to the ABI compatible with MSC which is a must have to keep wheel package support (especially for the stable ABI, used by PyQt on Windows for example).
Moreover, there are ways to cross-build Python from another platform to Windows which can be convenient ;-)
I don't know the Windows ecosystem. Do people want to get VS debugger for example? Is clang compatible with the VS debugger?
See the discussion of 2014: "Status of C compilers for Python on Windows"
https://mail.python.org/archives/list/python-dev@python.org/thread/SYWDJ23AQDPWQN7HD6M6YCSGXERCHWA2/ |
|
| Date |
User |
Action |
Args |
| 2021-10-07 13:54:29 | vstinner | set | recipients:
+ vstinner, lemburg, gvanrossum, rhettinger, paul.moore, tim.golden, Mark.Shannon, zach.ware, steve.dower, malin, pablogsal, neonene, erlendaasland, kj |
| 2021-10-07 13:54:29 | vstinner | set | messageid: <1633614869.8.0.906906790119.issue45116@roundup.psfhosted.org> |
| 2021-10-07 13:54:29 | vstinner | link | issue45116 messages |
| 2021-10-07 13:54:29 | vstinner | create | |
|