Message 405239 - Python tracker

Message405239

Author eric.snow
Recipients FFY00, eric.snow
Date 2021-10-28.19:39:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635449980.31.0.181297451997.issue45661@roundup.psfhosted.org>
In-reply-to
Content
We're already freezing modules needed for bootstrapping the runtime, as well as the modules imported during startup. [1][2]  We're also planning on freezing argparse. [3]  There may be other modules (or files) worth freezing (assuming we don't just freeze the entire stdlib, which would have some potential downsides).

This issue is meant to cover the broader idea.  The work to actually freeze modules should be handled in separate issues.


[1] https://bugs.python.org/issue45020
[2] https://bugs.python.org/issue45654
[3] https://bugs.python.org/issue45660
History
Date User Action Args
2021-10-28 19:39:40eric.snowsetrecipients: + eric.snow, FFY00
2021-10-28 19:39:40eric.snowsetmessageid: <1635449980.31.0.181297451997.issue45661@roundup.psfhosted.org>
2021-10-28 19:39:40eric.snowlinkissue45661 messages
2021-10-28 19:39:40eric.snowcreate