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 ned.deily, pmpp, vstinner, yan12125
Date 2018-01-28.22:50:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517179810.43.0.467229070634.issue32654@psf.upfronthosting.co.za>
In-reply-to
Content
"""
>>> locale.setlocale(locale.LC_ALL, None)
...
locale.Error: locale query failed
"""

IMHO the correct fix here is to not define _locale.setlocale() to get the pure Python locale.setlocale() emulation.
History
Date User Action Args
2018-01-28 22:50:10vstinnersetrecipients: + vstinner, ned.deily, pmpp, yan12125
2018-01-28 22:50:10vstinnersetmessageid: <1517179810.43.0.467229070634.issue32654@psf.upfronthosting.co.za>
2018-01-28 22:50:10vstinnerlinkissue32654 messages
2018-01-28 22:50:10vstinnercreate