commit | ce105541f8ebcf2dffcadedfdeffdb698a0edb44 | [log] [tgz] |
---|---|---|
author | Petr Viktorin <encukou@gmail.com> | Mon Mar 30 14:16:16 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 30 14:16:16 2020 +0200 |
tree | cfd0b480978c62f814d56fefc8e397658b168641 | |
parent | 614f17211c5fc0e5b828be1d3320661d1038fe8f [diff] |
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>