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 vstinner
Date 2015-09-24.12:48:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443098883.44.0.854905908837.issue25227@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch is based on faster_surrogates_hadling.patch written by Serhiy Storchaka for the issue #24870. It optimizes str.encode('ascii', 'surrogateescape') and str.encode('ascii', 'latin1').
History
Date User Action Args
2015-09-24 12:48:03vstinnersetrecipients: + vstinner
2015-09-24 12:48:03vstinnersetmessageid: <1443098883.44.0.854905908837.issue25227@psf.upfronthosting.co.za>
2015-09-24 12:48:03vstinnerlinkissue25227 messages
2015-09-24 12:48:03vstinnercreate