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, serhiy.storchaka
Date 2015-04-19.18:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429468247.73.0.580298527678.issue24007@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes Argument Clinic to output format argument of PyArg_Parse, PyArg_ParseTuple and PyArg_ParseTupleAndKeywords in a line with a function itself. First, this makes generated code more compact and easier to read and compare with old code. Second, it makes easier to grep sources for used format units. Format argument always (or almost always) is written in a line with a function.
History
Date User Action Args
2015-04-19 18:30:51serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2015-04-19 18:30:47serhiy.storchakasetmessageid: <1429468247.73.0.580298527678.issue24007@psf.upfronthosting.co.za>
2015-04-19 18:30:47serhiy.storchakalinkissue24007 messages
2015-04-19 18:30:47serhiy.storchakacreate