[New-bugs-announce] [issue40652] Test test_locale failed when running cpython test on Windows 10 x64 for version 3.9.0a6+

kpysoze report at bugs.python.org
Sat May 16 22:30:47 EDT 2020


New submission from kpysoze <kpysose at gmail.com>:

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

----------
components: Windows
messages: 369087
nosy: kpysoze, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Test test_locale failed when running cpython test on Windows 10 x64 for version 3.9.0a6+
type: crash
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40652>
_______________________________________


More information about the New-bugs-announce mailing list