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 vstinner
Recipients christian.heimes, eric.snow, gvanrossum, kumaraditya, vstinner
Date 2022-01-24.15:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I don't want to change the default. Keeping fast startup time is a nice goal!

I'm asking to make it configurable for my own development workflow: build Python as fast as possible.

It is easy to hack Makefile.am.in and Python/frozen.c to freeze less modules. If you want, I can try to work on a patch to make it configurable. Maybe some people want to freeze... *more* modules, rather than less ;-)
History
Date User Action Args
2022-01-24 15:08:21vstinnersetrecipients: + vstinner, gvanrossum, christian.heimes, eric.snow, kumaraditya
2022-01-24 15:08:21vstinnersetmessageid: <[email protected]>
2022-01-24 15:08:20vstinnerlinkissue46449 messages
2022-01-24 15:08:20vstinnercreate