Message71904
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. |
|
Date |
User |
Action |
Args |
2008-08-24 23:50:26 | nnorwitz | set | recipients:
+ nnorwitz |
2008-08-24 23:50:26 | nnorwitz | set | messageid: <1219621826.07.0.557196460451.issue3657@psf.upfronthosting.co.za> |
2008-08-24 23:50:25 | nnorwitz | link | issue3657 messages |
2008-08-24 23:50:25 | nnorwitz | create | |
|