[issue17194] operator.attrgetter is slower than a lambda

2013-02-12 Thread Florent Xicluna
Florent Xicluna added the comment: You're right. I've misinterpreted the figures. Only 2.6 and 2.7 are affected --> closing the issue. -- resolution: -> invalid status: open -> closed ___ Python tracker _

[issue17194] operator.attrgetter is slower than a lambda

2013-02-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Are you sure? 0.275 < 0.347 -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list

[issue17194] operator.attrgetter is slower than a lambda

2013-02-12 Thread Florent Xicluna
Changes by Florent Xicluna : -- title: operator.attrgetter is slow -> operator.attrgetter is slower than a lambda ___ Python tracker ___