Message337212
| Author | serhiy.storchaka |
|---|---|
| Recipients | matrixise, serhiy.storchaka, vstinner |
| Date | 2019-03-05.15:45:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551800746.24.0.126816491455.issue36197@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This is only for methods with METH_NOARGS. The code that calls such method, calls it with two arguments, passing NULL as the second argument. So the signature of the C function should have two parameters. Functions for methods with METH_KEYWORDS or METH_FASTCALL should have different corresponding signatures. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-05 15:45:46 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, matrixise |
| 2019-03-05 15:45:46 | serhiy.storchaka | set | messageid: <1551800746.24.0.126816491455.issue36197@roundup.psfhosted.org> |
| 2019-03-05 15:45:46 | serhiy.storchaka | link | issue36197 messages |
| 2019-03-05 15:45:46 | serhiy.storchaka | create | |