diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-04-09 20:19:21 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-04-09 20:19:21 (GMT) |
commit | b3a601450416be068933e237506767e6b150a4a1 (patch) | |
tree | b81bfc902df8a68cc30790148ba9f3b7bc64e7f4 /Python/Python-ast.c | |
parent | 63d5c1a14a644a794bff8d7f9ebc789a85925def (diff) | |
download | cpython-b3a601450416be068933e237506767e6b150a4a1.zip cpython-b3a601450416be068933e237506767e6b150a4a1.tar.gz cpython-b3a601450416be068933e237506767e6b150a4a1.tar.bz2 |
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().
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions