I need a Va version of PyArg_ParseTupleAndKeywords for some generic code where the number of expected arguments isn't known until runtime. Attached is a patch which adds a PyArg_VaParseTupleAndKeywords to getargs.c.
Logged In: YES user_id=86307 I'm attaching a very minimal (possibly inadequate) doc patch for api/utilities.tex. I was going to model it after the documentation for PyArg_VaParse, but that doesn't exist, so I've provided some documentation for both PyArg_VaParse and PyArg_VaParseTupleAndKeywords.
Logged In: YES user_id=86307 I probably should have added that the patch is against the current CVS version of utilities.tex (1.4). I saved it from my web browser, so it has today's date rather than the date in the CVS.
Logged In: YES user_id=3066 This looks good to me; I can make the markup changes needed for the documentation patch. I'll try and get this in later today. A minimal test should probably be added to Modules/_testcapimodule.c, though there isn't much to test. That could be contributed as a separate patch.