Message182006
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. |
|
| Date |
User |
Action |
Args |
| 2013-02-13 08:57:10 | larry | set | recipients:
+ larry, gvanrossum, terry.reedy, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, ezio.melotti, flox, serhiy.storchaka |
| 2013-02-13 08:57:10 | larry | set | messageid: <[email protected]> |
| 2013-02-13 08:57:10 | larry | link | issue17170 messages |
| 2013-02-13 08:57:10 | larry | create | |
|