mirror of https://github.com/python/cpython
a1775944ae
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. |
||
---|---|---|
.. | ||
Python-ast.h | ||
Python.h | ||
abstract.h | ||
asdl.h | ||
ast.h | ||
bitset.h | ||
boolobject.h | ||
bufferobject.h | ||
bytearrayobject.h | ||
bytes_methods.h | ||
bytesobject.h | ||
cStringIO.h | ||
cellobject.h | ||
ceval.h | ||
classobject.h | ||
cobject.h | ||
code.h | ||
codecs.h | ||
compile.h | ||
complexobject.h | ||
datetime.h | ||
descrobject.h | ||
dictobject.h | ||
dtoa.h | ||
enumobject.h | ||
errcode.h | ||
eval.h | ||
fileobject.h | ||
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 | ||
objimpl.h | ||
opcode.h | ||
osdefs.h | ||
parsetok.h | ||
patchlevel.h | ||
pgen.h | ||
pgenheaders.h | ||
py_curses.h | ||
pyarena.h | ||
pycapsule.h | ||
pyctype.h | ||
pydebug.h | ||
pyerrors.h | ||
pyexpat.h | ||
pyfpe.h | ||
pygetopt.h | ||
pymacconfig.h | ||
pymactoolbox.h | ||
pymath.h | ||
pymem.h | ||
pyport.h | ||
pystate.h | ||
pystrcmp.h | ||
pystrtod.h | ||
pythonrun.h | ||
pythread.h | ||
rangeobject.h | ||
setobject.h | ||
sliceobject.h | ||
stringobject.h | ||
structmember.h | ||
structseq.h | ||
symtable.h | ||
sysmodule.h | ||
timefuncs.h | ||
token.h | ||
traceback.h | ||
tupleobject.h | ||
ucnhash.h | ||
unicodeobject.h | ||
warnings.h | ||
weakrefobject.h |