Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4a9263

Browse files
authored
bpo-37207: Update whatsnews for 3.9 (GH-21337)
1 parent a089d21 commit b4a9263

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/whatsnew/3.9.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,10 @@ in nanoseconds. The benchmarks were measured on an
685685
running the macOS 64-bit builds found at
686686
`python.org <https://www.python.org/downloads/mac-osx/>`_.
687687

688+
* A number of Python builtins (:class:`range`, :class:`tuple`, :class:`set`, :class:`frozenset`, :class:`list`, :class:`dict`)
689+
are now sped up by using :pep:`590` vectorcall protocol.
690+
(Contributed by Dong-hee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue:`37207`.)
691+
688692

689693
Deprecated
690694
==========

0 commit comments

Comments
 (0)