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 scoder
Recipients scoder, serhiy.storchaka, vstinner
Date 2016-08-22.18:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471889029.17.0.253889430312.issue27809@psf.upfronthosting.co.za>
In-reply-to
Content
I like the oneArg/noArg etc. macros. We use something similar in Cython. You can even use them to inline the METH_O and METH_NOARGS call cases (although I use inline functions for that in Cython).
History
Date User Action Args
2016-08-22 18:03:49scodersetrecipients: + scoder, vstinner, serhiy.storchaka
2016-08-22 18:03:49scodersetmessageid: <1471889029.17.0.253889430312.issue27809@psf.upfronthosting.co.za>
2016-08-22 18:03:49scoderlinkissue27809 messages
2016-08-22 18:03:49scodercreate