bpo-33125: Enables building traditional installer for Windows ARM64 by zooba · Pull Request #30885 · python/cpython (original) (raw)
@nsait-linaro I think Tcl/Tk need updates to their build system to be able to handle the cross compilation (and yes, we'll be cross compiling them). Right now they don't seem to handle platforms other than x64 and x86 at all.
The launcher is more complex and will have a much bigger impact on how everyone uses it, regardless of platform. If you have time to dig into either, start with Tcl/Tk I think.. (In fact, I'm betting all the GUI toolkits will need work, and I haven't looked at any of them yet. But they probably won't want to move until there's CI available... at least with Tcl/Tk we do our own builds.)