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 nnorwitz
Recipients nnorwitz
Date 2008-08-24.23:50:25
SpamBayes Score 1.8858398e-05
Marked as misclassified No
Message-id <1219621826.07.0.557196460451.issue3657@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed.  The problem was an incorrect conversion of str -> unicode,
instead of converting to bytes.  On getting the buffer from unicode, it
tried to read data which was uninitialized.

Hmmm, this fix is for 3.0 only, but the problem is happening in 2.6. 
Leaving open.

Committed revision 66021.
History
Date User Action Args
2008-08-24 23:50:26nnorwitzsetrecipients: + nnorwitz
2008-08-24 23:50:26nnorwitzsetmessageid: <1219621826.07.0.557196460451.issue3657@psf.upfronthosting.co.za>
2008-08-24 23:50:25nnorwitzlinkissue3657 messages
2008-08-24 23:50:25nnorwitzcreate