diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-23 20:06:00 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-23 20:06:00 +0200 |
commit | 9faa384bedd3ede3ece06ffe0e440a99f6e7e575 (patch) | |
tree | 9462e142eed2e08ba3885083552e6564991fceb8 /Python/import.c | |
parent | 9db1a8b69f13f884336556b61252f7ca271f2b76 (diff) | |
download | cpython-git-9faa384bedd3ede3ece06ffe0e440a99f6e7e575.tar.gz |
Cast directly to unsigned char, instead of using Py_CHARMASK
We don't need "& 0xff" on an unsigned char.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions