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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to