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 ronaldoussoren
Recipients gregneagle, ned.deily, ronaldoussoren
Date 2020-11-30.18:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606762547.1.0.739635655775.issue42514@roundup.psfhosted.org>
In-reply-to
Content
There's also macholib (which is used by py2app for rewriting mach-o headers). 

Note that resigning for arm64 is possible using the following command:

$ codesign -s - --preserve-metadata=identifier,entitlements,flags,runtime -f <path to mach-O>.

This was mentioned in the Xcode 12 release notes.

BTW. My hobby horse w.r.t. a relocatable Python installation is to turn the current framework inside out: have a "Python.app" or "Python 3.10.app" that contains the framework and presents a GUI when double clicked (probably IDLE with some additional menu items). This would simplify the installation experience (no installer, just drop Python.app somewhere convenient).   

I have no idea if I'll ever get around to implementing this.
History
Date User Action Args
2020-11-30 18:55:47ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, gregneagle
2020-11-30 18:55:47ronaldoussorensetmessageid: <1606762547.1.0.739635655775.issue42514@roundup.psfhosted.org>
2020-11-30 18:55:47ronaldoussorenlinkissue42514 messages
2020-11-30 18:55:47ronaldoussorencreate