summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-08-16-17-52-26.bpo-44850.r8jx5u.rst
blob: 1fe5497f856e90bd3c41bf699c0b6b61f4acb20d (plain)
1
2
Improve performance of :func:`operator.methodcaller` using the :pep:`590` ``vectorcall`` convention.
Patch by Anthony Lee and Pieter Eendebak.