]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144782: Make sure that ArgumentParser instances are pickleable (GH-144783...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Feb 2026 02:53:51 +0000 (03:53 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 02:53:51 +0000 (02:53 +0000)
commit95be16eb7b89c9775cfffbf6e5a5da1d3df71225
tree4833ddaee20cf780d3a6dc4027afeb3bff67fb87
parent907958c4ba3f310d18810f7132f1ecd6798dd5c5
[3.14] gh-144782: Make sure that ArgumentParser instances are pickleable (GH-144783) (#144895)

gh-144782: Make sure that ArgumentParser instances are pickleable (GH-144783)
(cherry picked from commit 2f7634c0291c92cf1e040fc81c4210f0883e6036)

Co-authored-by: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com>
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]