Message207829
Right, it doesn't work because you left the PyArg_ParseTuple call in your impl function. Remove that and it should work.
Rule 1: Argument Clinic handles all argument parsing for you. Your "impl" function should never call PyArg_ParseTuple or PyArg_ParseTupleAndKeywords.
Rule 2: Never modify the output of Argument Clinic by hand. |
|
| Date |
User |
Action |
Args |
| 2014-01-10 03:14:12 | larry | set | recipients:
+ larry, christian.heimes, vajrasky |
| 2014-01-10 03:14:12 | larry | set | messageid: <[email protected]> |
| 2014-01-10 03:14:12 | larry | link | issue20173 messages |
| 2014-01-10 03:14:12 | larry | create | |
|