This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:52serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, docs@python, BreamoreBoy
2014-11-17 08:50:52serhiy.storchakasetmessageid: <1416214252.43.0.606415203602.issue18697@psf.upfronthosting.co.za>
2014-11-17 08:50:52serhiy.storchakalinkissue18697 messages
2014-11-17 08:50:52serhiy.storchakacreate