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 georg.brandl
Recipients georg.brandl
Date 2014-01-12.10:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389522028.26.0.505702329352.issue20225@psf.upfronthosting.co.za>
In-reply-to
Content
For METH_NOARGS, you can get rid of the separate _impl function.  This makes the generated code much smaller.
History
Date User Action Args
2014-01-12 10:20:28georg.brandlsetrecipients: + georg.brandl
2014-01-12 10:20:28georg.brandlsetmessageid: <1389522028.26.0.505702329352.issue20225@psf.upfronthosting.co.za>
2014-01-12 10:20:28georg.brandllinkissue20225 messages
2014-01-12 10:20:28georg.brandlcreate