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 ncoghlan
Recipients Naman-Bhalla, benjamin.peterson, ezio.melotti, jaysinh.shukla, mrabarnett, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-01-28.14:01:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517148070.75.0.467229070634.issue29571@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, even though we reverted the original test_re based change, and the initial attempted fix for bpo-20087 was also reverted, I'm still not currently seeing the failure for:

    LANG=en_IN.utf8 ./python -m test -v test_re

I do have the locale installed, so it's not a result of falling back to the C locale and that getting coerced to C.UTF-8:

    $ LANG=en_IN.utf8 locale -k currency_symbol
    currency_symbol="₹"

Jaysinh, are you still seeing this test failure on a fresh checkout?
History
Date User Action Args
2018-01-28 14:01:10ncoghlansetrecipients: + ncoghlan, paul.moore, vstinner, tim.golden, benjamin.peterson, ezio.melotti, mrabarnett, zach.ware, serhiy.storchaka, steve.dower, jaysinh.shukla, Naman-Bhalla
2018-01-28 14:01:10ncoghlansetmessageid: <1517148070.75.0.467229070634.issue29571@psf.upfronthosting.co.za>
2018-01-28 14:01:10ncoghlanlinkissue29571 messages
2018-01-28 14:01:10ncoghlancreate