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

Dong-hee Na report at bugs.python.org
Sun Apr 5 01:15:46 EDT 2020


Dong-hee Na <donghee.na92 at gmail.com> added the comment:

IMHO, we can close this PR.

Summary:
The PEP 590 vectorcall is applied to list, tuple, dict, set, frozenset and range

If someone wants to apply PEP 590 to other cases.
Please open a new issue for it!

Thank you, Mark, Jeroen, Petr and everyone who works for this issue.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list