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 vstinner
Recipients ezio.melotti, flox, jcea, loewis, pitrou, python-dev, vstinner
Date 2011-12-18.19:44:54
SpamBayes Score 8.3370316e-05
Marked as misclassified No
Message-id <1324237556.57.0.483147980118.issue13624@psf.upfronthosting.co.za>
In-reply-to
Content
> It's actually still O(n): the UTF-8 data still need to be copied
> into a bytes object.

Hum, correct, but a memory copy is much faster than having to decode UTF-8.
History
Date User Action Args
2011-12-18 19:45:56vstinnersetrecipients: + vstinner, loewis, jcea, pitrou, ezio.melotti, flox, python-dev
2011-12-18 19:45:56vstinnersetmessageid: <1324237556.57.0.483147980118.issue13624@psf.upfronthosting.co.za>
2011-12-18 19:44:54vstinnerlinkissue13624 messages
2011-12-18 19:44:54vstinnercreate