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.14:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424443211.95.0.366719358355.issue23492@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch improve generated parsers for functions with single positional argument. Now they always generated as METH_O and PyArg_Parse() is used to parse single argument.

To avoid code churn in this and following changes it would be worth to extract all generated code in separated files.
History
Date User Action Args
2015-02-20 14:40:15serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2015-02-20 14:40:11serhiy.storchakasetmessageid: <1424443211.95.0.366719358355.issue23492@psf.upfronthosting.co.za>
2015-02-20 14:40:11serhiy.storchakalinkissue23492 messages
2015-02-20 14:40:11serhiy.storchakacreate