Message231274
The same issue exists for other types. E.g. PyLong_* functions have Python long argument named as p, obj and pylong, PyFloat_* -- p and pyfloat, PyList_* -- p and list, PyDict_* -- p, a and mapping, PyBytes_* -- o, obj, string and bytes. |
|
| Date |
User |
Action |
Args |
| 2014-11-17 08:50:52 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, ezio.melotti, docs@python, BreamoreBoy |
| 2014-11-17 08:50:52 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2014-11-17 08:50:52 | serhiy.storchaka | link | issue18697 messages |
| 2014-11-17 08:50:52 | serhiy.storchaka | create | |
|