]> granicus.if.org Git - python/commit
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
authorStefan Krah <stefan@bytereef.org>
Thu, 24 Jun 2010 09:33:05 +0000 (09:33 +0000)
committerStefan Krah <stefan@bytereef.org>
Thu, 24 Jun 2010 09:33:05 +0000 (09:33 +0000)
commit3db4161011cbf6988102228ffc7e5213e680241e
treeeaf73fb8d45f47607011b596d1a81ab83fb0576d
parent947ce58a9018d23cb1e5e8de550f2ba0e542248e
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
used with signed/unsigned char arguments. For integer arguments, EOF
has to be handled separately.
Include/pyctype.h
Parser/tokenizer.c