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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, henry.precheur, pitrou
Date 2008-09-03.17:43:33
SpamBayes Score 4.6738214e-07
Marked as misclassified No
Message-id <1220463816.52.0.880550429238.issue3696@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch:
- changed #ifndef into #ifdef. The "broken" case comes first now.
- check that the second call to mbstowcs does not fail.
- also, changed an assert, since strlen() does not always count the
exact number of chars.

I won't have SVN access for the next couple of days (behind a firewall...)
Antoine (or someone else), can you please check this in?
History
Date User Action Args
2008-09-03 17:43:36amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, henry.precheur
2008-09-03 17:43:36amaury.forgeotdarcsetmessageid: <1220463816.52.0.880550429238.issue3696@psf.upfronthosting.co.za>
2008-09-03 17:43:35amaury.forgeotdarclinkissue3696 messages
2008-09-03 17:43:35amaury.forgeotdarccreate