cpython/Misc/NEWS.d/next/Core and Builtins/2019-06-09-10-54-31.bpo-372...

3 lines
111 B
ReStructuredText

Speed up calls to ``list()`` by using the :pep:`590` ``vectorcall``
calling convention. Patch by Mark Shannon.