diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-04-09 21:48:24 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-04-09 21:48:24 +0200 |
commit | 69ed0f4c86e7004aa9867f3f104b76e858f26990 (patch) | |
tree | 14ebeb16905d967993e833abf470574576ae5ba8 /Python/pythonrun.c | |
parent | 03c3e35d42a2f9855fca4beb89e5cbbefe2d9c21 (diff) | |
download | cpython-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