]> 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:20 +0000 (05:48 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 13:48:20 +0000 (05:48 -0800)
commitecb2afc1bc1c2f3f9f99b09dd866100c3c7dcab7
treece8ab4975686bdf96bfb02b3b593eacda2835280
parent1d7245c3e0cfe4508855c5025b25d8894155ecc5
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]