STINNER Victor added the comment:

> New changeset ffcfa4f005a3 by Victor Stinner in branch 'default':
> Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
> https://hg.python.org/cpython/rev/ffcfa4f005a3

I'm sorry, I misunderstood Serhiy's comment. I understood that Serhiy proposed 
to reuse the current format "PyObject **stack, int nargs, int nkwargs", but in 
fact he proposes something new in the issue #27213.

IMO the issue #27213 can be a major enhancement for Python 3.6. I prefer to 
wait until the issue #27213 is implemented (that we agreed on the new format), 
before working again on _PyObject_FastCallKeywords().

----------

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

Reply via email to