Skip to content

Commit

Permalink
bpo-37207: Update whatsnews for 3.9 (pythonGH-21337)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Jul 6, 2020
1 parent a089d21 commit b4a9263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========
Expand Down

0 comments on commit b4a9263

Please sign in to comment.