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.

Author vstinner
Recipients ezio.melotti, loewis, pitrou, python-dev, vstinner
Date 2011-11-21.14:44:12
SpamBayes Score 3.075532e-06
Marked as misclassified No
Message-id <1321886653.21.0.789122255881.issue13441@psf.upfronthosting.co.za>
In-reply-to
Content
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
----------------------------
History
Date User Action Args
2011-11-21 14:44:13vstinnersetrecipients: + vstinner, loewis, pitrou, ezio.melotti, python-dev
2011-11-21 14:44:13vstinnersetmessageid: <1321886653.21.0.789122255881.issue13441@psf.upfronthosting.co.za>
2011-11-21 14:44:12vstinnerlinkissue13441 messages
2011-11-21 14:44:12vstinnercreate