Message320952
We can't change this API because this would break virtually all user code.
But we can introduce a macro like PY_SSIZE_T_CLEAN. If it is defined before including Python.h, PyArg_ParseTupleAndKeywords() will take an array of const strings. This will help for compatibility with C++. |
|
| Date |
User |
Action |
Args |
| 2018-07-03 09:45:24 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, methane, josh.r, h.venev |
| 2018-07-03 09:45:24 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2018-07-03 09:45:24 | serhiy.storchaka | link | issue21011 messages |
| 2018-07-03 09:45:24 | serhiy.storchaka | create | |
|