[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-26 Thread STINNER Victor
STINNER Victor added the comment: > New changeset f2312037e3a974d26ed3e23884f94c6af111a27a by TIGirardi in branch > 'master': > bpo-38324: Fix test__locale.py Windows failures (GH-20529) Oh wow, that's a nice enhancmement of the Windows implementation of the locale module! It's way better

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-20 Thread miss-islington
miss-islington added the comment: New changeset c17ff5cad2952d9abd63aeae060cae5658257b0c by Miss Skeleton (bot) in branch '3.9': bpo-38324: Fix test__locale.py Windows failures (GH-20529) https://github.com/python/cpython/commit/c17ff5cad2952d9abd63aeae060cae5658257b0c --

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-20 Thread miss-islington
miss-islington added the comment: New changeset 4cde523aa467c92a713674c793ab87e7c56486c4 by Miss Skeleton (bot) in branch '3.8': bpo-38324: Fix test__locale.py Windows failures (GH-20529) https://github.com/python/cpython/commit/4cde523aa467c92a713674c793ab87e7c56486c4 --

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-20 Thread Steve Dower
Steve Dower added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +21768 pull_request: https://github.com/python/cpython/pull/22812 ___ Python tracker

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +21769 pull_request: https://github.com/python/cpython/pull/22813 ___ Python tracker ___

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-20 Thread Steve Dower
Steve Dower added the comment: New changeset f2312037e3a974d26ed3e23884f94c6af111a27a by TIGirardi in branch 'master': bpo-38324: Fix test__locale.py Windows failures (GH-20529) https://github.com/python/cpython/commit/f2312037e3a974d26ed3e23884f94c6af111a27a --

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: This issue *is* a duplicate of #37945 with respect to test_locale. So I remove that from the title. It is not a duplicate with respect to test__locale, which fails for a very different reason. The other failures I mentioned are noise here (and now