diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-02-10 21:57:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 21:57:47 (GMT) |
commit | 0a145069e807fdafd1fa0315b9bc22da363d2d39 (patch) | |
tree | 822723800ac79f8544d19a7c90c4a36e045428c8 /Misc | |
parent | d7a5aca982def155a9255893cefcc1493c127c9c (diff) | |
download | cpython-0a145069e807fdafd1fa0315b9bc22da363d2d39.zip cpython-0a145069e807fdafd1fa0315b9bc22da363d2d39.tar.gz cpython-0a145069e807fdafd1fa0315b9bc22da363d2d39.tar.bz2 |
bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst b/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst new file mode 100644 index 0000000..0d54ef0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst @@ -0,0 +1 @@ +Calling ``operator.itemgetter`` objects and ``operator.attrgetter`` objects is now faster due to use of the vectorcall calling convention.
\ No newline at end of file |