]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 6 Jul 2020 13:32:06 +0000 (22:32 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 13:32:06 +0000 (22:32 +0900)
(cherry picked from commit b4a9263)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Doc/whatsnew/3.9.rst

index 689be1d58c144077bd0f1219328ffb335a406d10..a5894ef5702d3173d3c90f48c7ac81f4c7c0fa88 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
 ==========