This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients eric.smith, lemburg, loewis, pitrou, skrah
Date 2010-07-17.17:40:26
SpamBayes Score 0.0031550508
Marked as misclassified No
Message-id <1279388428.83.0.295630613981.issue9036@psf.upfronthosting.co.za>
In-reply-to
Content
[Marc-Andre]
> Why not just make the casts in those cases explicit instead of
> using Py_CHARMASK ?

I agree that this would be the cleanest solution. It's harder to get
someone to review a larger patch though.


Antoine, I understood that you would prefer to leave the mask. Could I
apply the second version of the patch?

It will probably have an immediate benefit. On the ARM buildbot char
is unsigned and gcc emits a whole page of spurious 'array subscript has
type 'char' warnings.
History
Date User Action Args
2010-07-17 17:40:29skrahsetrecipients: + skrah, lemburg, loewis, pitrou, eric.smith
2010-07-17 17:40:28skrahsetmessageid: <1279388428.83.0.295630613981.issue9036@psf.upfronthosting.co.za>
2010-07-17 17:40:27skrahlinkissue9036 messages
2010-07-17 17:40:26skrahcreate