]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144782: Make sure that ArgumentParser instances are pickleable (#144783)
authorMauricio Villegas <5780272+mauvilsa@users.noreply.github.com>
Tue, 17 Feb 2026 02:28:21 +0000 (03:28 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 02:28:21 +0000 (18:28 -0800)
commit2f7634c0291c92cf1e040fc81c4210f0883e6036
tree75813a5152790f93521663a2435e59fad16c8f71
parent18c04f2e2a7e47329e9eefc5f269afe2d68729b0
gh-144782: Make sure that ArgumentParser instances are pickleable (#144783)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Savannah Ostrowski <savannah@python.org>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2026-02-13-14-20-10.gh-issue-144782.0Y8TKj.rst [new file with mode: 0644]