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-02-20.17:52:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4983833.4li7hTEWtJ@raxxla>
In-reply-to <1424453915.1.0.564784509795.issue23492@psf.upfronthosting.co.za>
Content
This is one step on long way. Second step will be to inline PyArg_Parse for 
some format codes ("i", "U", "y*", "O&", "O!"). Then we could try to expand 
PyArg_ParseTuple, at least for simple common cases. Then 
PyArg_ParseTupleAndKeywords. All this step will produce large diffs for 
generated code.
History
Date User Action Args
2015-02-20 17:52:01serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2015-02-20 17:52:01serhiy.storchakalinkissue23492 messages
2015-02-20 17:52:01serhiy.storchakacreate