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 h.venev
Recipients h.venev
Date 2014-07-03.07:09:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404371359.19.0.197887236946.issue21909@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject* PyLong_FromString(const char *str, char **pend, int base)

pend should be const char**

I think casting const away when not required should be a crime punishable by imprisonment.
History
Date User Action Args
2014-07-03 07:09:19h.venevsetrecipients: + h.venev
2014-07-03 07:09:19h.venevsetmessageid: <1404371359.19.0.197887236946.issue21909@psf.upfronthosting.co.za>
2014-07-03 07:09:19h.venevlinkissue21909 messages
2014-07-03 07:09:18h.venevcreate