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, benjamin.peterson, dw, eli.bendersky, hynek, jcon, kmike, meador.inge, ncoghlan, pitrou, python-dev, scoder, serhiy.storchaka, skrah, stutzbach, tshepang, vstinner
Date 2014-08-14.17:26:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1963610.PCqT5sMEQx@raxxla>
In-reply-to <1408023879.32.0.960539439838.issue15381@psf.upfronthosting.co.za>
Content
Benchmark from issue22003:

$ ./python0 -m timeit -s 'import i' 'i.readlines()'

Before patch: 10 loops, best of 3: 36.1 msec per loop
After patch: 10 loops, best of 3: 27.5 msec per loop
History
Date User Action Args
2014-08-14 17:26:45serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, scoder, vstinner, benjamin.peterson, stutzbach, Arfrever, eli.bendersky, skrah, meador.inge, tshepang, python-dev, jcon, hynek, dw, kmike
2014-08-14 17:26:45serhiy.storchakalinkissue15381 messages
2014-08-14 17:26:45serhiy.storchakacreate