New submission from Eric Snow <ericsnowcurren...@gmail.com>:
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 ---------- components: Build messages: 405239 nosy: FFY00, eric.snow priority: normal severity: normal status: open title: [meta] Freeze commonly used stdlib modules. type: behavior versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45661> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com