This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Test test_locale failed when running cpython test on Windows 10 x64 for version 3.9.0a6+
Type: crash Stage: resolved
Components: Windows Versions: Python 3.9
process
Status: closed Resolution: duplicate
Dependencies: Superseder: [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails
View: 37945
Assigned To: Nosy List: kpysoze, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Priority: normal Keywords:

Created on 2020-05-17 02:30 by kpysoze, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg369087 - (view) Author: (kpysoze) * Date: 2020-05-17 02:30
Test test_locale failed when running cpython test on Windows 10 x64 python.bat -m test -j3 on version Python 3.9.0a6+

0:19:51 load avg: 0.00 [209/423/2] test_locale failed
test test_locale failed -- Traceback (most recent call last):
  File "C:\personal\cpython\cpython\lib\test\test_locale.py", line 566, in test_getsetlocale_issue1813
    locale.setlocale(locale.LC_CTYPE, loc)
  File "C:\personal\cpython\cpython\lib\locale.py", line 610, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting
msg369092 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-05-17 03:38
See also https://bugs.python.org/issue37945
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84832
2020-12-08 13:36:45terry.reedysetstatus: open -> closed
superseder: [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails
resolution: duplicate
stage: resolved
2020-05-17 03:38:37xtreaksetnosy: + xtreak
messages: + msg369092
2020-05-17 02:30:47kpysozecreate