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.

classification
Title: Freeze the argparse module.
Type: behavior Stage: needs patch
Components: Build Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: FFY00, eric.snow
Priority: normal Keywords:

Created on 2021-10-28 19:17 by eric.snow, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg405231 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2021-10-28 19:17
(See https://bugs.python.org/issue45020#msg402116.)

On Fri, Sep 17, 2021 at 7:56 PM Raymond Hettinger <report@bugs.python.org> wrote:
> It would be nice to freeze argparse.py and its dependencies.  For command-line tools, startup time is important.

This would include freezing the modules that argparse depends on, etc.
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89823
2021-10-28 19:17:10eric.snowcreate