commit | 63d5c1a14a644a794bff8d7f9ebc789a85925def | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 09 22:13:33 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 09 22:13:33 2013 +0200 |
tree | 44e215686fbdb5c81c8e8fe312b13720e1583046 | |
parent | a85af502a4e11d910701f5b7fe16b44c400bf57b [diff] |
Optimize PyUnicode_DecodeCharmap() Avoid expensive PyUnicode_READ() and PyUnicode_WRITE(), manipulate pointers instead.