Message273390
| 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:49 | scoder | set | recipients: + scoder, vstinner, serhiy.storchaka |
| 2016-08-22 18:03:49 | scoder | set | messageid: <1471889029.17.0.253889430312.issue27809@psf.upfronthosting.co.za> |
| 2016-08-22 18:03:49 | scoder | link | issue27809 messages |
| 2016-08-22 18:03:49 | scoder | create | |