STINNER Victor added the comment:

Oh, pyobject_fastcall-3.patch contains a performance bug :-p PyObject_Call() 
"unpacks" the tuple and then recreates a new tuple to call functions in for 
functions other than Python and C functions.

----------

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

Reply via email to