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 christian.heimes
Recipients christian.heimes, eric.snow, gvanrossum, vstinner
Date 2022-01-23.18:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642964063.88.0.324704671368.issue46449@roundup.psfhosted.org>
In-reply-to
Content
If you modify the freeze_modules script to generate code like https://github.com/python/cpython/compare/main...tiran:split_frozen?expand=1 , then I can add a build option to compile Python with only required frozen modules.
History
Date User Action Args
2022-01-23 18:54:23christian.heimessetrecipients: + christian.heimes, gvanrossum, vstinner, eric.snow
2022-01-23 18:54:23christian.heimessetmessageid: <1642964063.88.0.324704671368.issue46449@roundup.psfhosted.org>
2022-01-23 18:54:23christian.heimeslinkissue46449 messages
2022-01-23 18:54:23christian.heimescreate