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 lemburg
Recipients amaury.forgeotdarc, barry, benjamin.peterson, donmez, gpolo, lemburg, loewis, pitrou, teoliphant
Date 2008-08-02.20:13:11
SpamBayes Score 1.036711e-05
Marked as misclassified No
Message-id <4894BFD5.9060501@egenix.com>
In-reply-to <1217688594.31.0.975553653454.issue3139@psf.upfronthosting.co.za>
Content
On 2008-08-02 16:49, Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
> 
> You've missed the preceding line that says:
> 
> +    consumed = pbuf.len;
> 
> If final is NULL, consumed isn't updated by the call to
> PyUnicode_DecodeMBCSStateful and keeps its original value of pbuf.len.
> 
> (in all honesty, I didn't test under Windows so this particular function
> wasn't enabled when I compiled and ran the test suite)

Thanks for clarifying this.
History
Date User Action Args
2008-08-02 20:13:13lemburgsetrecipients: + lemburg, loewis, barry, teoliphant, amaury.forgeotdarc, pitrou, donmez, benjamin.peterson, gpolo
2008-08-02 20:13:12lemburglinkissue3139 messages
2008-08-02 20:13:11lemburgcreate