SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 219 Python

cjkcodecs: Fix compiler warning (GH-10651)

Fixed the following compiler warning in multibytecodec.c:

    warning C4244: '=': conversion from 'Py_ssize_t'
    to 'unsigned char', possible loss of data

Cast Py_ssize_t to unsigned char: the maximum value is checked
on the previous line.
V
Victor Stinner committed
cdbcb773f5db24e23fa90e644ec620d54bd08127
Parent: a42de74
Committed by GitHub <noreply@github.com> on 11/22/2018, 9:25:46 AM