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.15:28:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131022152844.GA25269@sleipnir.bytereef.org>
In-reply-to <20131022142850.GA24657@sleipnir.bytereef.org>
Content
Victor, thanks for the comments.  I also think we should set LC_CTYPE closer
to the actual call to mbstowcs(), otherwise there are many API calls in
between.

So it should happen somewhere in PyUnicode_DecodeLocaleAndSize(). Perhaps
we can create _PyUnicode_DecodeLocaleAndSize() which would take an LC_CTYPE
parameter?
History
Date User Action Args
2013-10-22 15:28:43skrahsetrecipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, mcepl, BreamoreBoy
2013-10-22 15:28:43skrahlinkissue7442 messages
2013-10-22 15:28:43skrahcreate