Kaydet (Commit) fcd96536 authored tarafından Victor Stinner's avatar Victor Stinner

Fix a compiler warning in unicode_encode_ucs1()

üst fc026c98
......@@ -6557,7 +6557,7 @@ unicode_encode_call_errorhandler(const char *errors,
static PyObject *
unicode_encode_ucs1(PyObject *unicode,
const char *errors,
int limit)
unsigned int limit)
{
/* input state */
Py_ssize_t pos=0, size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment