STINNER Victor added the comment:

>> I'm not sure about the change on PyObject_CallMethod*() only for empty 
>> format string.
>
> There are many place using _PyObject_CallMethodId() to call method without 
> args.

I'm more interested by an optimization PyObject_CallMethod*() for any number of 
arguments, as done in typeobject.c ;-)

----------

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

Reply via email to