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-11-04.15:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131104153901.GA1877@sleipnir.bytereef.org>
In-reply-to <1383571661.9.0.000888768429155.issue7442@psf.upfronthosting.co.za>
Content
STINNER Victor <report@bugs.python.org> wrote:
> What is this locale_t type used for the locale parameter of mbstowcs_l()?
> Are you sure that it is a string? According to this patch, it looks like a structure:
> http://www.winehq.org/pipermail/wine-cvs/2010-May/067264.html

Yes, the string was mainly for benchmarking. FreeBSD seems to have thread safe
versions (xlocale.h), that take a locale_t as the extra parameter.
History
Date User Action Args
2013-11-04 15:39:02skrahsetrecipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, mcepl, BreamoreBoy
2013-11-04 15:39:02skrahlinkissue7442 messages
2013-11-04 15:39:01skrahcreate