]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Oct 2020 12:07:14 +0000 (05:07 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 12:07:14 +0000 (05:07 -0700)
commitc17ff5cad2952d9abd63aeae060cae5658257b0c
tree5a63ed2acf3f7805e4d9f13872830d852d6cc5df
parent3fc7080220b8dd2e1b067b3224879133d895ea80
bpo-38324: Fix test__locale.py Windows failures (GH-20529)

Use wide-char _W_* fields of lconv structure on Windows
Remove "ps_AF" from test__locale.known_numerics on Windows
(cherry picked from commit f2312037e3a974d26ed3e23884f94c6af111a27a)

Co-authored-by: TIGirardi <tiagoigirardi@gmail.com>
Lib/test/test__locale.py
Misc/NEWS.d/next/Windows/2020-05-30-02-46-43.bpo-38324.476M-5.rst [new file with mode: 0644]
Modules/_localemodule.c
Python/fileutils.c