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 Steven Noonan
Recipients Steven Noonan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-23.01:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521767011.97.0.467229070634.issue33125@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows 10 ARM64 release is out along with a bunch of ARM64 devices. This version of Windows has full support for building native Win32 applications (this isn't just some rehash of Windows RT). It also can run x86 (but not x86_64) apps under a transparent emulation layer.

I would like to see a native build of Python on Windows 10 ARM64.

I did some very basic work to get it compiling (add 10.0.16299.0 as DefaultWindowsSDKVersion, add WindowsSDKDesktopARM64Support property). But there's still a lot missing: ssl, tk, and ctypes don't build.

ssl/ctypes have some assembly that needs writing/porting.

tk has some kind of build failure with the newer Windows SDK: https://core.tcl.tk/tk/tktview?name=3d34589aa0
History
Date User Action Args
2018-03-23 01:03:32Steven Noonansetrecipients: + Steven Noonan, paul.moore, tim.golden, zach.ware, steve.dower
2018-03-23 01:03:31Steven Noonansetmessageid: <1521767011.97.0.467229070634.issue33125@psf.upfronthosting.co.za>
2018-03-23 01:03:31Steven Noonanlinkissue33125 messages
2018-03-23 01:03:30Steven Noonancreate