Message274271
It's not a limitation of the argument clinic. PyArg_Parse*() does not support required, keyword-only arguments without a default value. I'm using None as default value, require PyLong_Type and added some extra checks. |
|
| Date |
User |
Action |
Args |
| 2016-09-02 20:26:48 | christian.heimes | set | recipients:
+ christian.heimes, gregory.p.smith, xiang.zhang |
| 2016-09-02 20:26:48 | christian.heimes | set | messageid: <[email protected]> |
| 2016-09-02 20:26:48 | christian.heimes | link | issue27928 messages |
| 2016-09-02 20:26:48 | christian.heimes | create | |
|