cpython/Include
Stefan Krah a1775944ae Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
signed/unsigned chars or on integers directly derived from those. In all
cases, it could be replaced by a simple cast to (unsigned char). Reasons
for the change:

  a) Make the comment more explicit.

  b) If char is unsigned, the cast is optimized away.

  c) If char is unsigned, gcc emits spurious "array subscript
     has type 'char'" warnings.
2010-07-19 13:14:01 +00:00
..
Python-ast.h
Python.h Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide 2010-07-19 13:14:01 +00:00
abstract.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bufferobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cStringIO.h
cellobject.h
ceval.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
classobject.h
cobject.h
code.h
codecs.h
compile.h
complexobject.h
datetime.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
descrobject.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
dictobject.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
floatobject.h
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
objimpl.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h technically not at 2.7.1 yet 2010-07-04 21:03:53 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pycapsule.h
pyctype.h Issue #9020: The Py_IS* macros from pyctype.h should generally only be 2010-06-24 09:33:05 +00:00
pydebug.h
pyerrors.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pymactoolbox.h
pymath.h
pymem.h
pyport.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pystate.h
pystrcmp.h
pystrtod.h
pythonrun.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pythread.h
rangeobject.h
setobject.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
sliceobject.h
stringobject.h
structmember.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
structseq.h
symtable.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
sysmodule.h Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows 2010-05-21 17:12:38 +00:00
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
warnings.h
weakrefobject.h