Message231274
| Author | serhiy.storchaka |
|---|---|
| Recipients | BreamoreBoy, docs@python, ezio.melotti, serhiy.storchaka, vstinner |
| Date | 2014-11-17.08:50:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1416214252.43.0.606415203602.issue18697@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1416214252.43.0.606415203602.issue18697@psf.upfronthosting.co.za> |
| 2014-11-17 08:50:52 | serhiy.storchaka | link | issue18697 messages |
| 2014-11-17 08:50:52 | serhiy.storchaka | create | |