Message 172829 - Python tracker (original) (raw)

Message172829

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:17 pitrou set recipients: + pitrou, ezio.melotti, Arfrever, skrah, serhiy.storchaka
2012-10-13 20:38:17 pitrou link issue15958 messages
2012-10-13 20:38:17 pitrou create