diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-04-09 22:19:21 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-04-09 22:19:21 +0200 |
commit | b3a601450416be068933e237506767e6b150a4a1 (patch) | |
tree | b81bfc902df8a68cc30790148ba9f3b7bc64e7f4 /Python/pythonrun.c | |
parent | 63d5c1a14a644a794bff8d7f9ebc789a85925def (diff) | |
download | cpython-git-b3a601450416be068933e237506767e6b150a4a1.tar.gz |
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/pythonrun.c')
0 files changed, 0 insertions, 0 deletions