]> granicus.if.org Git - python/commit
set_key(): Use Py_CHARMASK macro to get the character from the array
authorBarry Warsaw <barry@python.org>
Thu, 16 Jan 1997 16:49:44 +0000 (16:49 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 16 Jan 1997 16:49:44 +0000 (16:49 +0000)
commit47d35007877195b5ee31f4211b4d077330203b6a
tree8c6ac024e045b3ecb065dc2f42f2c10dabe228b2
parent4852d37fdd1c302582974de8e11b48a2c69695c0
set_key(): Use Py_CHARMASK macro to get the character from the array
unsigned.  This fixes the 8bit-char-in-key platform incompatibility.

I also removed the old backwards compatibility code, and the commented
lisp rotor code.  I retained the lisp docstrings as comments preceding
each function.
Modules/rotormodule.c