[New-bugs-announce] [issue25227] Optimize ASCII/latin1 encoder with surrogateescape error handlers

STINNER Victor report at bugs.python.org
Thu Sep 24 14:48:03 CEST 2015


New submission from STINNER Victor:

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').

----------
messages: 251516
nosy: haypo
priority: normal
severity: normal
status: open
title: Optimize ASCII/latin1 encoder with surrogateescape error handlers
type: performance
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25227>
_______________________________________


More information about the New-bugs-announce mailing list