New submission from Hristo Venev: 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. ---------- messages: 222152 nosy: h.venev priority: normal severity: normal status: open title: PyLong_FromString drops const _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21909> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com