bpo-37207: Use vectorcall for list() (GH-18928) · python/cpython@ce10554 · GitHub
Skip to content

Commit ce10554

Browse files
encukoumarkshannoncorona10
authored
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>
1 parent 614f172 commit ce10554

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions

Objects/listobject.c

Lines changed: 28 additions & 0 deletions

0 commit comments

Comments
 (0)