Xiang Zhang added the comment:

> "keywords and defaults," however, the kwdefs argument was never added to the 
> prototype.

I don't think this is about the missing "kwdefs". I think "arrays of arguments, 
keywords and defaults" is a whole part describing "PyObject **args, int 
argcount, PyObject **kws, int kwcount, PyObject **defs, int defcount". "kwdefs" 
is a dict containing the default values of keyword-only parameters in Py3? I am 
not sure.

----------
nosy: +haypo

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

Reply via email to