[issue46566] Support -3.11-arm64 in py.exe launcher

Steve Dower report at bugs.python.org
Fri Mar 11 13:17:44 EST 2022


Steve Dower <steve.dower at python.org> added the comment:

I'm working on what's become a rewrite of the launcher. If anyone would like to follow along, you can see my changes at https://github.com/python/cpython/compare/main...zooba:bpo-46566

It's still missing some functionality, and I'm not sure it's any faster or less complex than the previous version :) But it should handle ARM64 properly, and also knows how to do an install of a requested version if you don't already have it (still TBD whether that stays)

----------

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


More information about the Python-bugs-list mailing list