mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
#13665: merge with 3.2.
This commit is contained in:
commit
e81ac8b56b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue