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 larry, methane, serhiy.storchaka, vstinner
Date 2017-02-02.13:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486040544.26.0.372116824938.issue29419@psf.upfronthosting.co.za>
In-reply-to
Content
See issue23867 for the first step (unfinished). After that I planned to inline parsing code for PyArg_ParseTuple() with multiple arguments. Then split PyArg_ParseTupleAndKeywords() on two parts: first unpack keywords to linear sparse array and then handle it as positional arguments.
History
Date User Action Args
2017-02-02 13:02:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, methane
2017-02-02 13:02:24serhiy.storchakasetmessageid: <1486040544.26.0.372116824938.issue29419@psf.upfronthosting.co.za>
2017-02-02 13:02:24serhiy.storchakalinkissue29419 messages
2017-02-02 13:02:24serhiy.storchakacreate