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 srid
Recipients r.david.murray, srid
Date 2010-06-18.17:59:02
SpamBayes Score 0.009798205
Marked as misclassified No
Message-id <1276883944.72.0.220911695405.issue9020@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I now have a fix for this issue. The reason for sizeof(c) being 4 bytes is because it is defined as `register int` ... and yet `Py_CHARMASK` fails to type-cast `c` to a `char` type, which is exactly what the attached patch does.
History
Date User Action Args
2010-06-18 17:59:04sridsetrecipients: + srid, r.david.murray
2010-06-18 17:59:04sridsetmessageid: <1276883944.72.0.220911695405.issue9020@psf.upfronthosting.co.za>
2010-06-18 17:59:02sridlinkissue9020 messages
2010-06-18 17:59:02sridcreate