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 sachin, serhiy.storchaka, vstinner, xtreak
Date 2019-10-24.10:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571913971.31.0.252224752288.issue32080@roundup.psfhosted.org>
In-reply-to
Content
Yeah, that's a duplicate of bpo-29571 which has been fixed by:

New changeset 279657bac2856039ba422c18a3d7f227b455e9d6 by Victor Stinner in branch '3.7':
[3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178)
https://github.com/python/cpython/commit/279657bac2856039ba422c18a3d7f227b455e9d6

Python 3.7.3 and newer include my fix.
History
Date User Action Args
2019-10-24 10:46:11vstinnersetrecipients: + vstinner, serhiy.storchaka, sachin, xtreak
2019-10-24 10:46:11vstinnersetmessageid: <1571913971.31.0.252224752288.issue32080@roundup.psfhosted.org>
2019-10-24 10:46:11vstinnerlinkissue32080 messages
2019-10-24 10:46:11vstinnercreate