]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cast directly to unsigned char, instead of using Py_CHARMASK
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Oct 2011 18:06:00 +0000 (20:06 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Oct 2011 18:06:00 +0000 (20:06 +0200)
commit9faa384bedd3ede3ece06ffe0e440a99f6e7e575
tree9462e142eed2e08ba3885083552e6564991fceb8
parent9db1a8b69f13f884336556b61252f7ca271f2b76
Cast directly to unsigned char, instead of using Py_CHARMASK

We don't need "& 0xff" on an unsigned char.
Objects/unicodeobject.c