#13665: merge with 3.2.

This commit is contained in:
Ezio Melotti 2012-01-18 05:43:21 +02:00
commit e81ac8b56b

View file

@ -1365,7 +1365,7 @@ z_set(void *ptr, PyObject *value, Py_ssize_t size)
_RET(value); _RET(value);
} }
PyErr_Format(PyExc_TypeError, PyErr_Format(PyExc_TypeError,
"string or integer address expected instead of %s instance", "bytes or integer address expected instead of %s instance",
value->ob_type->tp_name); value->ob_type->tp_name);
return NULL; return NULL;
} }