Skip to content

Commit 88822a9

Browse files
committed
merge 3.4
2 parents 1b8abbd + a370369 commit 88822a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/bytesobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ PyBytes_Repr(PyObject *obj, int smartquotes)
620620
{
621621
PyBytesObject* op = (PyBytesObject*) obj;
622622
Py_ssize_t i, length = Py_SIZE(op);
623-
size_t newsize, squotes, dquotes;
623+
Py_ssize_t newsize, squotes, dquotes;
624624
PyObject *v;
625625
unsigned char quote, *s, *p;
626626

0 commit comments

Comments
 (0)