STINNER Victor <victor.stin...@haypocalc.com> added the comment: I dumped some values to try to debug this issue. Last failure in test__locale.test_lc_numeric_basic() on localeconv(): ---------------------------- [ 25/361] test_float Decode localeconv() decimal_point: {0x2c} (len=1) Decode localeconv() thousands_sep: {0x2e} (len=1) Decode localeconv() int_curr_symbol: {} (len=0) Decode localeconv() currency_symbol: {} (len=0) Decode localeconv() mon_decimal_point: {} (len=0) Decode localeconv() mon_thousands_sep: {} (len=0) Decode localeconv() positive_sign: {} (len=0) Decode localeconv() negative_sign: {} (len=0) ... [100/361] test__locale Decode localeconv() decimal_point: {0x2c} (len=1) Decode localeconv() thousands_sep: {0xa0} (len=1) Invalid Unicode string! {U+30000020} (len=1) Fatal Python error: Aborted ----------------------------
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13441> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com