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, barry, benjamin.peterson, doko, ezio.melotti, jaysinh.shukla, mrabarnett, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-01-29.07:21:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517210466.91.0.467229070634.issue29571@psf.upfronthosting.co.za>
In-reply-to
Content
I've also added Matthias and Barry to the cc list, in case this does turn out to be a Debian or Ubuntu specific quirk.

Restating the problem, the issue is that test_locale_flag in test_re may fail for at least the en_IN locale, and we're not sure yet whether that's a test bug, a locale module bug, or a distro bug:

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

We've only confirmed it on Ubuntu so far though - I haven't been able to reproduce it on Fedora, and Jaysinh hasn't been able to reproduce it since switching to Gentoo.
History
Date User Action Args
2018-01-29 07:21:06ncoghlansetrecipients: + ncoghlan, barry, doko, paul.moore, vstinner, tim.golden, benjamin.peterson, ezio.melotti, mrabarnett, zach.ware, serhiy.storchaka, steve.dower, jaysinh.shukla, Naman-Bhalla
2018-01-29 07:21:06ncoghlansetmessageid: <1517210466.91.0.467229070634.issue29571@psf.upfronthosting.co.za>
2018-01-29 07:21:06ncoghlanlinkissue29571 messages
2018-01-29 07:21:06ncoghlancreate