[issue37207] Use PEP 590 vectorcall to speed up calls to range(), list() and dict()

STINNER Victor report at bugs.python.org
Mon Mar 16 10:04:25 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:


New changeset c98f87fc330eb40fbcff627dfc50958785a44f35 by Dong-hee Na in branch 'master':
bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986)
https://github.com/python/cpython/commit/c98f87fc330eb40fbcff627dfc50958785a44f35


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37207>
_______________________________________


More information about the Python-bugs-list mailing list