Serhiy Storchaka added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15381> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com