commit | a85af502a4e11d910701f5b7fe16b44c400bf57b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 09 21:53:54 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 09 21:53:54 2013 +0200 |
tree | a5ea314214494f0855f4666c83131f8150a7879d | |
parent | 69ed0f4c86e7004aa9867f3f104b76e858f26990 [diff] |
Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip() Write specialized functions per Unicode kind to avoid the expensive PyUnicode_READ() macro.