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 gvanrossum
Recipients christian.heimes, gvanrossum, josh.r, kumaraditya, pitrou
Date 2021-12-23.01:48:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640224083.97.0.524508205131.issue46148@roundup.psfhosted.org>
In-reply-to
Content
> Note: attrgetter could easily be made faster by migrating it to use vectorcall.

Sure, though code that *doesn't* use attrgetter is usually easier to read -- attrgetter is rare enough in my experience that I usually have to look it up. So making attrgetter unnecessary in most cases would also be welcome.

(The exception is when you have many trivial pass-through properties, or when the attribute name is a variable to begin with.)
History
Date User Action Args
2021-12-23 01:48:04gvanrossumsetrecipients: + gvanrossum, pitrou, christian.heimes, josh.r, kumaraditya
2021-12-23 01:48:03gvanrossumsetmessageid: <1640224083.97.0.524508205131.issue46148@roundup.psfhosted.org>
2021-12-23 01:48:03gvanrossumlinkissue46148 messages
2021-12-23 01:48:03gvanrossumcreate