diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-07-06 11:22:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:22:04 (GMT) |
commit | b4a9263708cc67c98c4d53b16933f6e5dd07990f (patch) | |
tree | 4a0d23885f83b02727bc8d7ff7dd07092d461341 | |
parent | a089d21df1ea502b995d8e8a3bcc937cce030802 (diff) | |
download | cpython-b4a9263708cc67c98c4d53b16933f6e5dd07990f.zip cpython-b4a9263708cc67c98c4d53b16933f6e5dd07990f.tar.gz cpython-b4a9263708cc67c98c4d53b16933f6e5dd07990f.tar.bz2 |
bpo-37207: Update whatsnews for 3.9 (GH-21337)
-rw-r--r-- | Doc/whatsnew/3.9.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 165ce69..c2db9bc 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 ========== |