mirror of
https://github.com/python/cpython.git
synced 2025-01-12 19:45:27 +08:00
#13665: merge with 3.2.
This commit is contained in:
commit
e81ac8b56b
@ -1365,7 +1365,7 @@ z_set(void *ptr, PyObject *value, Py_ssize_t size)
|
||||
_RET(value);
|
||||
}
|
||||
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);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user