There was an error while loading. Please reload this page.
1 parent 1744c96 commit efccff9Copy full SHA for efccff9
1 file changed
Doc/whatsnew/3.10.rst
@@ -1000,6 +1000,10 @@ Optimizations
1000
performance in the common case of cache hits. This makes the interpreter 1.04 times faster
1001
in average (Contributed by Dino Viehland in :issue:`43452`)
1002
1003
+* Following built-in functions now support the faster :pep:`590` vectorcall calling convention:
1004
+ :func:`map`, :func:`filter`, :func:`reversed`, :func:`bool` and :func:`float`.
1005
+ (Contributed by Dong-hee Na and Jeroen Demeyerin in :issue:`43575`, :issue:`43287`, :issue:`41922`, :issue:`41873` and :issue:`41870`)
1006
+
1007
Deprecated
1008
==========
1009
0 commit comments