Serhiy Storchaka added the comment:

PyObject_Call*() implementations with _PyObject_FastCall() look much more 
complex than with PyObject_Call() (even not counting additional complex 
functions in modsupport.c). And I'm not sure there is a benefit. May be for 
first stage we can do without this.

----------

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

Reply via email to