Skip to content

Commit 84dd765

Browse files
committed
bpo-41870: Update What's News 3.10 about vectorcall
1 parent 5787ba4 commit 84dd765

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,10 @@ Optimizations
10001000
performance in the common case of cache hits. This makes the interpreter 1.04 times faster
10011001
in average (Contributed by Dino Viehland in :issue:`43452`)
10021002
1003+
* Following built-in functions now support the faster :pep:`590` vectorcall calling convention.
1004+
(:class:`map`, :class:`filter`, :class:`reversed`, :class:`bool` and :class:`float`)
1005+
(Contributed by Dong-hee Na and Jeroen Demeyerin in :issue:`43575`, :issue:`43287`, :issue:`41922`, :issue:`41873` and :issue:`41870`)
1006+
10031007
Deprecated
10041008
==========
10051009

0 commit comments

Comments
 (0)