]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_Join(): move use_memcpy test out of the loop to cleanup and optimize the...
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 14 Apr 2013 16:56:46 +0000 (18:56 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 14 Apr 2013 16:56:46 +0000 (18:56 +0200)
commit4560f9c63f091617b79950b26260f7715693de5e
tree18e9b9e41e7d76249c7cc337666972ac8c84538e
parent55c08781e8bcbba18e016060e47aabc754fddc79
PyUnicode_Join(): move use_memcpy test out of the loop to cleanup and optimize the code
Objects/unicodeobject.c