New submission from STINNER Victor:

The dict type has multiple methods which use METH_VARARGS or 
METH_VARARGS|METH_KEYWORDS calling convention, whereras there is no a new 
faster METH_FASTCALL calling convention which avoids temporary tuple/dict to 
pass arguments.

----------
components: Argument Clinic
messages: 285742
nosy: haypo, inada.naoki, larry
priority: normal
severity: normal
status: open
title: Argument Clinic: convert dict methods
type: performance
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29311>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to