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

merge 3.3

...@@ -594,7 +594,7 @@ PyBytes_Repr(PyObject *obj, int smartquotes) ...@@ -594,7 +594,7 @@ PyBytes_Repr(PyObject *obj, int smartquotes)
{ {
PyBytesObject* op = (PyBytesObject*) obj; PyBytesObject* op = (PyBytesObject*) obj;
Py_ssize_t i, length = Py_SIZE(op); Py_ssize_t i, length = Py_SIZE(op);
size_t newsize, squotes, dquotes; Py_ssize_t newsize, squotes, dquotes;
PyObject *v; PyObject *v;
unsigned char quote, *s, *p; 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