[New-bugs-announce] [issue42405] Add distutils mvsccompiler support for Windows ARM64 build

Adrian Vladu report at bugs.python.org
Thu Nov 19 07:04:38 EST 2020


New submission from Adrian Vladu <avladu at cloudbasesolutions.com>:

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.

----------
components: Windows
messages: 381407
nosy: avladu, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Add distutils mvsccompiler support for Windows ARM64 build
type: compile error
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42405>
_______________________________________


More information about the New-bugs-announce mailing list