[New-bugs-announce] [issue29811] Use FASTCALL in call.c callmethod() to avoid temporary tuple
STINNER Victor
report at bugs.python.org
Tue Mar 14 17:36:22 EDT 2017
New submission from STINNER Victor:
call_method() of typeobject.c has been optimized to avoid temporary method object and to avoid temporary tuple in the issue #29507.
Optimizing callmethod() of call.c was already discussed on issue #29507 but no decision was taken. Since call.c code is more complex, I created a new issue.
----------
messages: 289620
nosy: haypo, inada.naoki
priority: normal
severity: normal
status: open
title: Use FASTCALL in call.c callmethod() to avoid temporary tuple
type: performance
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29811>
_______________________________________
More information about the New-bugs-announce
mailing list