commit | e2641f45b6305f9371cecdcb8765998e2946ca94 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Fri Apr 03 06:38:02 2009 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Fri Apr 03 06:38:02 2009 +0000 |
tree | 320793635bb0dd2574ee2e561426f9c7fd88abac | |
parent | 1102062abb05e6558ecd93b014e532014b8eb4bf [diff] |
Optimize slicing of bytes and bytearray by avoiding useless copying. This restores the behavior that was present in Python 2.x.