commit | b3a601450416be068933e237506767e6b150a4a1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 09 22:19:21 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 09 22:19:21 2013 +0200 |
tree | b81bfc902df8a68cc30790148ba9f3b7bc64e7f4 | |
parent | 63d5c1a14a644a794bff8d7f9ebc789a85925def [diff] |
Fix _PyUnicode_XStrip() Inline the BLOOM_MEMBER() to only call PyUnicode_READ() only once (per loop iteration). Store also the length of the seperator in a variable to avoid calls to PyUnicode_GET_LENGTH().