Message236315
This is one step on long way. Second step will be to inline PyArg_Parse for
some format codes ("i", "U", "y*", "O&", "O!"). Then we could try to expand
PyArg_ParseTuple, at least for simple common cases. Then
PyArg_ParseTupleAndKeywords. All this step will produce large diffs for
generated code. |
|
Date |
User |
Action |
Args |
2015-02-20 17:52:01 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, larry |
2015-02-20 17:52:01 | serhiy.storchaka | link | issue23492 messages |
2015-02-20 17:52:01 | serhiy.storchaka | create | |
|