New submission from Steven Noonan <ste...@uplinklabs.net>:

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

----------
components: Windows
messages: 314295
nosy: Steven Noonan, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows 10 ARM64 platform support
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to