]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 9 Apr 2013 19:53:09 +0000 (21:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 9 Apr 2013 19:53:09 +0000 (21:53 +0200)
commit03c3e35d42a2f9855fca4beb89e5cbbefe2d9c21
tree6c3edc03a6edfbe04c6f1c7733f3a8882d1da8c8
parent0f344b6e0526245249b80219e6001616307d2b35
Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
cp037, cp500 and iso8859_1 codecs
Lib/encodings/cp037.py
Lib/encodings/cp500.py
Lib/encodings/iso8859_1.py
Objects/unicodeobject.c