summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-04-09 21:48:24 +0200
committerVictor Stinner <victor.stinner@gmail.com>2013-04-09 21:48:24 +0200
commit69ed0f4c86e7004aa9867f3f104b76e858f26990 (patch)
tree14ebeb16905d967993e833abf470574576ae5ba8 /Python/pythonrun.c
parent03c3e35d42a2f9855fca4beb89e5cbbefe2d9c21 (diff)
downloadcpython-git-69ed0f4c86e7004aa9867f3f104b76e858f26990.tar.gz
Use PyUnicode_READ() instead of PyUnicode_READ_CHAR()
"PyUnicode_READ_CHAR() is less efficient than PyUnicode_READ() because it calls PyUnicode_KIND() and might call it twice." according to its documentation.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions