This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, ezio.melotti, pitrou, serhiy.storchaka, skrah
Date 2012-10-13.20:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350160228.07.0.580046952741.issue15958@psf.upfronthosting.co.za>
In-reply-to
Content
Patch LGTM, however...

$ ./python -m timeit -s "a=[b'a']*100000"  "b','.join(a)"

Vanilla: 3.69 msec per loop
Patched: 11.6 msec per loop
History
Date User Action Args
2012-10-13 20:30:28serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, Arfrever, skrah
2012-10-13 20:30:28serhiy.storchakasetmessageid: <1350160228.07.0.580046952741.issue15958@psf.upfronthosting.co.za>
2012-10-13 20:30:28serhiy.storchakalinkissue15958 messages
2012-10-13 20:30:27serhiy.storchakacreate