This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients ammar2, docs@python, vstinner, xiang.zhang
Date 2017-01-17.16:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484670972.18.0.758022274816.issue29292@psf.upfronthosting.co.za>
In-reply-to
Content
> "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.
History
Date User Action Args
2017-01-17 16:36:12xiang.zhangsetrecipients: + xiang.zhang, vstinner, docs@python, ammar2
2017-01-17 16:36:12xiang.zhangsetmessageid: <1484670972.18.0.758022274816.issue29292@psf.upfronthosting.co.za>
2017-01-17 16:36:12xiang.zhanglinkissue29292 messages
2017-01-17 16:36:12xiang.zhangcreate