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 BreamoreBoy, eric.smith, loewis, mark.dickinson, mcepl, skrah, vstinner
Date 2013-11-04.13:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383571661.9.0.000888768429155.issue7442@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-04 13:27:41vstinnersetrecipients: + vstinner, loewis, mark.dickinson, eric.smith, mcepl, skrah, BreamoreBoy
2013-11-04 13:27:41vstinnersetmessageid: <1383571661.9.0.000888768429155.issue7442@psf.upfronthosting.co.za>
2013-11-04 13:27:41vstinnerlinkissue7442 messages
2013-11-04 13:27:41vstinnercreate