]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37207: Update whatsnews for 3.9 (GH-21337)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 6 Jul 2020 11:22:04 +0000 (20:22 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 11:22:04 +0000 (13:22 +0200)
Doc/whatsnew/3.9.rst

index 165ce69e59e1dc9e0159bf6fddab3358d7b8cd21..c2db9bc74ccdd6982b00738b654772670a7799ee 100644 (file)
@@ -685,6 +685,10 @@ in nanoseconds.  The benchmarks were measured on an
 running the macOS 64-bit builds found at
 `python.org <https://www.python.org/downloads/mac-osx/>`_.
 
+* A number of Python builtins (:class:`range`, :class:`tuple`, :class:`set`, :class:`frozenset`, :class:`list`, :class:`dict`)
+  are now sped up by using :pep:`590` vectorcall protocol.
+  (Contributed by Dong-hee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue:`37207`.)
+
 
 Deprecated
 ==========