]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
valid_identifier(): use an unsigned char* so that isalpha() will do
authorGuido van Rossum <guido@python.org>
Tue, 16 Jul 2002 14:30:28 +0000 (14:30 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Jul 2002 14:30:28 +0000 (14:30 +0000)
commit03013a0130285c21bb940c89f0538f8ed1d35622
treeb92cc168af74f6fce6a0e7d188118b5fb633ca83
parentc0e35158fbe7f9f4920c283e31b29ac04a09faf5
valid_identifier(): use an unsigned char* so that isalpha() will do
the right thing even if char is unsigned.
Objects/typeobject.c