]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_Join() calls directly memcpy() if all strings are of the same kind
authorVictor Stinner <vstinner@wyplay.com>
Fri, 7 Oct 2011 15:02:31 +0000 (17:02 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Fri, 7 Oct 2011 15:02:31 +0000 (17:02 +0200)
commitdd07732af5793d7cd6fcd59c470f519709ff3eec
tree5b850119136744c1bd75e3a1203d6315df91f130
parent756b169c5a89a6146e7700d629ddb777c5be6511
PyUnicode_Join() calls directly memcpy() if all strings are of the same kind
Objects/unicodeobject.c