]> granicus.if.org Git - python/commit
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Oct 2012 21:08:34 +0000 (23:08 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Oct 2012 21:08:34 +0000 (23:08 +0200)
commit6f7b0da6bcbcb5a873d8315e49db4096895fc2eb
treeb17875c3e50812957996c2fa3957069267f1ea1e
parent257c1323f7902cfe33f7614223a4b1a116b5eeb0
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Patch by Serhiy Storchaka.
Misc/NEWS
Objects/stringlib/join.h