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.

作者 skrah
收信人 BreamoreBoy, eric.smith, loewis, mark.dickinson, mcepl, skrah, vstinner
日期 2013-10-22.15:28:43
SpamBayes Score -1.0
Marked as misclassified
Message-id <20131022152844.GA25269@sleipnir.bytereef.org>
In-reply-to <20131022142850.GA24657@sleipnir.bytereef.org>
内容
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?
历史
日期 用户 动作 参数
2013-10-22 15:28:43skrah修改recipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, mcepl, BreamoreBoy
2013-10-22 15:28:43skrah链接issue7442 messages
2013-10-22 15:28:43skrah创建