[New-bugs-announce] [issue31636] test_locale failure on OpenBSD

Serhiy Storchaka report at bugs.python.org
Fri Sep 29 05:39:33 EDT 2017


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

$ ./python -m test -vuall -m test_getsetlocale_issue1813 test_locale 
...
test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous) ... testing with ('tr_TR', 'ISO8859-9') ERROR

======================================================================
ERROR: test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython3.7/Lib/test/test_locale.py", line 531, in test_getsetlocale_issue1813
    locale.setlocale(locale.LC_CTYPE, loc)
  File "/home/serhiy/py/cpython3.7/Lib/locale.py", line 604, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

----------------------------------------------------------------------

----------
components: Library (Lib)
messages: 303320
nosy: lemburg, loewis, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test_locale failure on OpenBSD
type: behavior
versions: Python 3.7

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


More information about the New-bugs-announce mailing list