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 serhiy.storchaka
Recipients docs@python, serhiy.storchaka, skrah, vstinner
Date 2016-11-26.17:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480182233.99.0.782201008628.issue28805@psf.upfronthosting.co.za>
In-reply-to
Content
> Ah? Can you please elaborate your secret plan? :-)

I already said about this. Move the part of parsing keyword argument outside of the function. The caller should unpack keyword arguments and pass just a raw array of PyObject*. Missed arguments are set to NULL. This could make _PyArg_ParseStack() simpler and might even allow to inline arguments parsing code.
History
Date User Action Args
2016-11-26 17:43:54serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, skrah, docs@python
2016-11-26 17:43:53serhiy.storchakasetmessageid: <1480182233.99.0.782201008628.issue28805@psf.upfronthosting.co.za>
2016-11-26 17:43:53serhiy.storchakalinkissue28805 messages
2016-11-26 17:43:53serhiy.storchakacreate