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 scoder
Recipients Adam.Urban, eli.bendersky, ezio.melotti, scoder, serhiy.storchaka
Date 2013-09-01.20:47:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378068423.68.0.798635355226.issue18105@psf.upfronthosting.co.za>
In-reply-to
Content
I can well imagine that the serialiser is broken for this in Py2.x, given that the API accepts byte strings and stores them as such. The fix might be as simple as decoding byte strings in the serialiser before writing them out. Involves a pretty high performance regression, though (and ET's serialiser is known to be rather slow anyway).

Not sure if the current behaviour should be changed in 2.x.

In any case, it's a duplicate of the other ticket, which was *not* fixed for 2.7.
History
Date User Action Args
2013-09-01 20:47:03scodersetrecipients: + scoder, ezio.melotti, eli.bendersky, serhiy.storchaka, Adam.Urban
2013-09-01 20:47:03scodersetmessageid: <1378068423.68.0.798635355226.issue18105@psf.upfronthosting.co.za>
2013-09-01 20:47:03scoderlinkissue18105 messages
2013-09-01 20:47:03scodercreate