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, vstinner
Date 2015-10-03.00:01:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443830475.82.0.913366822978.issue25301@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a first patch. It is written to keep best performances for valid UTF-8 encoded string, but speedup strings with a few undecodable bytes.
History
Date User Action Args
2015-10-03 00:01:15vstinnersetrecipients: + vstinner, ezio.melotti
2015-10-03 00:01:15vstinnersetmessageid: <1443830475.82.0.913366822978.issue25301@psf.upfronthosting.co.za>
2015-10-03 00:01:15vstinnerlinkissue25301 messages
2015-10-03 00:01:15vstinnercreate