]> granicus.if.org Git - python/commit
Get rid of warnings about using chars as subscripts
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 10 Apr 2006 02:17:47 +0000 (02:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 10 Apr 2006 02:17:47 +0000 (02:17 +0000)
commit65c05b20e97a493b917fa71f10535512c713c662
tree9c54936937f6bcde308a9e10ff2c6433d2cc0b06
parentb183a25c29e45b8aa4a07ddd6223e6bf12c43309
Get rid of warnings about using chars as subscripts
on Alpha (and possibly other platforms) by using Py_CHARMASK().
Modules/_tkinter.c
Modules/unicodedata.c