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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, doerwalter, eric.smith, ezio.melotti, flox, lemburg, vstinner
Date 2010-02-24.11:03:12
SpamBayes Score 0.022772852
Marked as misclassified No
Message-id <1267009393.87.0.257726162619.issue7649@psf.upfronthosting.co.za>
In-reply-to
Content
Marc-André's remark was that if char<0x80 (the vast majority), it's not necessary to call any decode function: just copy the byte. Other cases (error, or non-default encoding) may use a slower path.
History
Date User Action Args
2010-02-24 11:03:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, doerwalter, vstinner, eric.smith, ezio.melotti, flox
2010-02-24 11:03:13amaury.forgeotdarcsetmessageid: <1267009393.87.0.257726162619.issue7649@psf.upfronthosting.co.za>
2010-02-24 11:03:12amaury.forgeotdarclinkissue7649 messages
2010-02-24 11:03:12amaury.forgeotdarccreate