Files
cpython/Include
Stefan Krah 36d2e67db9 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 12:36:57 +00:00
..
2006-10-27 23:31:49 +00:00
2010-04-17 00:19:56 +00:00
2002-08-12 07:21:58 +00:00
2006-02-15 17:27:45 +00:00
2008-07-02 22:38:47 +00:00
2009-06-27 22:00:01 +00:00
2009-05-17 22:19:14 +00:00