summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2021-04-07 00:43:59 +0900
committerGitHub <noreply@github.com>2021-04-07 00:43:59 +0900
commitefccff9ac84009ef48e8cb22548ce80940f76533 (patch)
tree4faa532f82b6a4c8c470dc133c5aace68708ebe4
parent1744c96ebc98b240f2564f75191097704b37244f (diff)
downloadcpython-git-efccff9ac84009ef48e8cb22548ce80940f76533.tar.gz
bpo-41870: Update What's News 3.10 about vectorcall (#25219)
* bpo-41870: Update What's News 3.10 about vectorcall * update * Update Doc/whatsnew/3.10.rst Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Victor Stinner <vstinner@python.org>
-rw-r--r--Doc/whatsnew/3.10.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index d20fdac71b..72950157b4 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -1000,6 +1000,10 @@ Optimizations
performance in the common case of cache hits. This makes the interpreter 1.04 times faster
in average (Contributed by Dino Viehland in :issue:`43452`)
+* Following built-in functions now support the faster :pep:`590` vectorcall calling convention:
+ :func:`map`, :func:`filter`, :func:`reversed`, :func:`bool` and :func:`float`.
+ (Contributed by Dong-hee Na and Jeroen Demeyerin in :issue:`43575`, :issue:`43287`, :issue:`41922`, :issue:`41873` and :issue:`41870`)
+
Deprecated
==========