There was an error while loading. Please reload this page.
1 parent 1ce59f0 commit 97558d6Copy full SHA for 97558d6
1 file changed
Doc/whatsnew/3.9.rst
@@ -685,6 +685,10 @@ in nanoseconds. The benchmarks were measured on an
685
running the macOS 64-bit builds found at
686
`python.org <https://www.python.org/downloads/mac-osx/>`_.
687
688
+* A number of Python builtins (:class:`range`, :class:`tuple`, :class:`set`, :class:`frozenset`, :class:`list`, :class:`dict`)
689
+ are now sped up by using :pep:`590` vectorcall protocol.
690
+ (Contributed by Dong-hee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue:`37207`.)
691
+
692
693
Deprecated
694
==========
0 commit comments