]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Nov 2019 13:48:25 +0000 (05:48 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 13:48:25 +0000 (05:48 -0800)
commit836f137f7ae0799de937e5281cb1da2bfdb8a69d
tree6516455abc7bf32a38f034f0899b73ffdc46ef8b
parentdaf7a082b20e59a0518cda1500add42c36ab058f
bpo-38821: Fix crash in argparse when using gettext (GH-17192)

(cherry picked from commit be5c79e0338005d675a64ba6e5b137e850d556d1)

Co-authored-by: Federico Bond <federicobond@gmail.com>
Lib/argparse.py
Misc/NEWS.d/next/Library/2019-11-16-23-26-25.bpo-38821.-albNN.rst [new file with mode: 0644]