[Python-checkins] bpo-37207: Update whatsnews for 3.9 (GH-21337)

Dong-hee Na webhook-mailer at python.org
Mon Jul 6 07:22:12 EDT 2020


https://github.com/python/cpython/commit/b4a9263708cc67c98c4d53b16933f6e5dd07990f
commit: b4a9263708cc67c98c4d53b16933f6e5dd07990f
branch: master
author: Dong-hee Na <donghee.na92 at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-07-06T13:22:04+02:00
summary:

bpo-37207: Update whatsnews for 3.9 (GH-21337)

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 165ce69e59e1d..c2db9bc74ccdd 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -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
 ==========



More information about the Python-checkins mailing list