]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test__locale on Cygwin (#150248)
authorVictor Stinner <vstinner@python.org>
Fri, 22 May 2026 19:31:12 +0000 (21:31 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 19:31:12 +0000 (21:31 +0200)
commit00c80df8ccc18e9cd72596a37a275fd2e20f96cc
tree841abe44431fb382732528f24c921933d9e49d1e
parent1d28f9aaded28d6bc1c6a38634e1f94f4982fd0e
gh-149879: Fix test__locale on Cygwin (#150248)

On Cygwin with the LC_TIME locale "ja_JP", nl_langinfo(ALT_DIGITS)
returns 101 items instead of 100.
Lib/test/test__locale.py