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 steve.dower
Recipients avladu, jaraco, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-20.01:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605835671.52.0.748120356343.issue42405@roundup.psfhosted.org>
In-reply-to
Content
There is no ARM64 release of Python for Windows right now, so unfortunately this doesn't constitute any kind of bugfix. We don't have a buildbot, and nobody out there has CI, so it's not a supported platform.

I get that it's easier to centrally fix all the third-party packages by changing the core library, but we've been saying for nearly 10 years that distutils shouldn't be used and shouldn't be assumed to be up to date. Anyone building on msvc9compiler.py has been broken since Python 3.5, because they've been using the wrong compiler.

A change to _msvccompiler.py for 3.10 can be considered, though you will need to get it ready before PEP 632 is accepted, at which point we close all distutils-related issues and only reopen for critical bugs.
History
Date User Action Args
2020-11-20 01:27:51steve.dowersetrecipients: + steve.dower, paul.moore, jaraco, tim.golden, zach.ware, avladu
2020-11-20 01:27:51steve.dowersetmessageid: <1605835671.52.0.748120356343.issue42405@roundup.psfhosted.org>
2020-11-20 01:27:51steve.dowerlinkissue42405 messages
2020-11-20 01:27:49steve.dowercreate