Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e81ac8b

Browse files
committed
#13665: merge with 3.2.
2 parents 226231c + acd5f7b commit e81ac8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ctypes/cfield.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ z_set(void *ptr, PyObject *value, Py_ssize_t size)
13651365
_RET(value);
13661366
}
13671367
PyErr_Format(PyExc_TypeError,
1368-
"string or integer address expected instead of %s instance",
1368+
"bytes or integer address expected instead of %s instance",
13691369
value->ob_type->tp_name);
13701370
return NULL;
13711371
}

0 commit comments

Comments
 (0)