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

2012-01-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

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

2012-01-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9683d59170ee by Antoine Pitrou in branch 'default': Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). http://hg.python.org/cpython/rev/9683d59170ee -- nosy: +python-dev ___ Python

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

2012-01-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

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

2012-01-08 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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