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 steve.dower
Recipients TommyVCT, conio, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-11.18:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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 bpo-46566">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)
History
Date User Action Args
2022-03-11 18:17:44steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, TommyVCT, conio
2022-03-11 18:17:44steve.dowersetmessageid: <[email protected]>
2022-03-11 18:17:44steve.dowerlinkissue46566 messages
2022-03-11 18:17:44steve.dowercreate