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 ocean-city
Recipients amaury.forgeotdarc, loewis, ocean-city
Date 2008-09-10.13:10:29
SpamBayes Score 0.008813572
Marked as misclassified No
Message-id <1221052291.39.0.511042913501.issue3824@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, when I did it last night, I thought I could compile it and saw OK
on test_tarfile.py, but probably I dreamed. :-(

#define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "cp932",
"strict")

or following patch should work.
History
Date User Action Args
2008-09-10 13:11:31ocean-citysetrecipients: + ocean-city, loewis, amaury.forgeotdarc
2008-09-10 13:11:31ocean-citysetmessageid: <1221052291.39.0.511042913501.issue3824@psf.upfronthosting.co.za>
2008-09-10 13:10:30ocean-citylinkissue3824 messages
2008-09-10 13:10:30ocean-citycreate