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 pitrou
Recipients Arfrever, ezio.melotti, pitrou, serhiy.storchaka, skrah
Date 2012-10-13.20:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350160597.3365.51.camel@localhost.localdomain>
In-reply-to <1350160228.07.0.580046952741.issue15958@psf.upfronthosting.co.za>
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

True. It is a bit of a pathological case, though.
History
Date User Action Args
2012-10-13 20:38:17pitrousetrecipients: + pitrou, ezio.melotti, Arfrever, skrah, serhiy.storchaka
2012-10-13 20:38:17pitroulinkissue15958 messages
2012-10-13 20:38:17pitroucreate