[issue13738] Optimize bytes.upper() and lower()

Antoine Pitrou report at bugs.python.org
Sun Jan 8 15:49:19 CET 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

The current implementation has useless testing and copying.

----------
components: Interpreter Core
files: bytesupper.patch
keywords: patch
messages: 150868
nosy: benjamin.peterson, flox, haypo, pitrou
priority: low
severity: normal
stage: patch review
status: open
title: Optimize bytes.upper() and lower()
type: performance
versions: Python 3.3
Added file: http://bugs.python.org/file24175/bytesupper.patch

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


More information about the Python-bugs-list mailing list