New submission from conio :
Thank you for your work on bringing Python to Windows on ARM64.
I recently installed it an noticed some strange behaviours.
On ARM64 Windows 11 the recent prerelease (3.11.0a5, post #33125) acts in a way
I believe is wrong: Checking the _install for all users_
Change by conio :
--
nosy: +conio
___
Python tracker
<https://bugs.python.org/issue46566>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
conio added the comment:
I understand.
Though I think the naming scheme that includes platform identification is
better, if *all* installers include the platform name unconditionally,
including both amd64 and arm64, that's also an improvement. (So the names will
be `Python3
conio added the comment:
Thank you very much, Steve.
I took a look but didn't get to making the patch. I'm happy to see it was just
removing the
calculation of the PF(ARM) folder.
For the second issue, even though I prefer it the way I said (unqualified =
native), since
(i) t
conio added the comment:
I opened a PR for this change (https://github.com/python/cpython/pull/31803).
I'd appreciate your comments and/or approval.
I didn't add anything to the NEWS.d folder since it seems to me like something
completely internal to the build process and so minor