]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37207: Use vectorcall for list() (GH-18928)
authorPetr Viktorin <encukou@gmail.com>
Mon, 30 Mar 2020 12:16:16 +0000 (14:16 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 12:16:16 +0000 (14:16 +0200)
commitce105541f8ebcf2dffcadedfdeffdb698a0edb44
treecfd0b480978c62f814d56fefc8e397658b168641
parent614f17211c5fc0e5b828be1d3320661d1038fe8f
bpo-37207: Use vectorcall for list() (GH-18928)

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

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2019-06-09-10-54-31.bpo-37207.bLjgLS.rst [new file with mode: 0644]
Objects/listobject.c