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 skrah
Recipients BreamoreBoy, eric.smith, loewis, mark.dickinson, mcepl, skrah, vstinner
Date 2013-10-22.17:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131022175509.GA26536@sleipnir.bytereef.org>
In-reply-to <1382456928.44.0.542803747209.issue7442@psf.upfronthosting.co.za>
Content
STINNER Victor <report@bugs.python.org> wrote:
> "So it should happen somewhere in PyUnicode_DecodeLocaleAndSize(). Perhaps we can create _PyUnicode_DecodeLocaleAndSize() which would take an LC_CTYPE parameter?"
> 
> For this issue, it means that Python localeconv() will have to change the LC_CTYPE locale many time, for each monetary and each number value. I prefer your patch :-)

Windows and OS X have mbstowcs_l(), which takes a locale arg. Linux doesn't
(as far as I can see).  I agree this solution is ugly, but it probably won't
have an impact on benchmarks (naively assuming that setlocale() is fast).
History
Date User Action Args
2013-10-22 17:55:08skrahsetrecipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, mcepl, BreamoreBoy
2013-10-22 17:55:08skrahlinkissue7442 messages
2013-10-22 17:55:08skrahcreate