Kaydet (Commit) d48bc946 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

these variables ought to be Py_ssize_t

üst 42ff1055
......@@ -584,7 +584,7 @@ PyBytes_Repr(PyObject *obj, int smartquotes)
{
register PyBytesObject* op = (PyBytesObject*) obj;
Py_ssize_t i, length = Py_SIZE(op);
size_t newsize, squotes, dquotes;
Py_ssize_t newsize, squotes, dquotes;
PyObject *v;
unsigned char quote, *s, *p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment