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 avladu
Recipients avladu, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-19.12:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605787478.54.0.45093731424.issue42405@roundup.psfhosted.org>
In-reply-to
Content
To add support for building packages that have C extensions on Windows ARM64, some fixes are required in the integrated distutils wrapper for Visual Studio compiler (Lib/distutils/msvc9compiler.py)

This is a hardcoded fix that needs to be improved so that it applies only on windows arm64:
https://github.com/ader1990/cpython/commit/b8c59c9b96a7ad11094224b5631aae3b89323f7a

Any suggestions are welcome.
History
Date User Action Args
2020-11-19 12:04:38avladusetrecipients: + avladu, paul.moore, tim.golden, zach.ware, steve.dower
2020-11-19 12:04:38avladusetmessageid: <1605787478.54.0.45093731424.issue42405@roundup.psfhosted.org>
2020-11-19 12:04:38avladulinkissue42405 messages
2020-11-19 12:04:38avladucreate