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 larry
Recipients amaury.forgeotdarc, ezio.melotti, flox, gvanrossum, larry, ncoghlan, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2013-02-13.08:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360745830.89.0.541843359388.issue17170@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and, as to whether Argument Clinic would solve this problem, the answer is "not yet".  Right now Argument Clinic literally generates calls to PyArg_ParseTupleAndKeywords.  (In special cases it switches to PyArg_ParseTuple.)

I'm more interested in Argument Clinic from the API perspective; I wanted to make a better way of specifying arguments to functions so we got all the metadata we needed without having to endlessly repeat ourselves.  Truthfully I was hoping someone else would pick up the gauntlet once it was checked in and make a new argument processing API / hack up the Argument Clinic output to make it faster.
History
Date User Action Args
2013-02-13 08:57:10larrysetrecipients: + larry, gvanrossum, terry.reedy, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, ezio.melotti, flox, serhiy.storchaka
2013-02-13 08:57:10larrysetmessageid: <1360745830.89.0.541843359388.issue17170@psf.upfronthosting.co.za>
2013-02-13 08:57:10larrylinkissue17170 messages
2013-02-13 08:57:10larrycreate