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 pitrou
Recipients cpalmer, ocean-city, pitrou
Date 2008-07-25.10:42:56
SpamBayes Score 0.000548296
Marked as misclassified No
Message-id <1216982578.15.0.814987769415.issue2242@psf.upfronthosting.co.za>
In-reply-to
Content
Hirokazu, does replacing the following line (rather than changing the
type of the `ch` variable):
         ch = *s;
with
         ch = (unsigned char) *s;

fix the crash as well?
History
Date User Action Args
2008-07-25 10:42:59pitrousetspambayes_score: 0.000548296 -> 0.000548296
recipients: + pitrou, ocean-city, cpalmer
2008-07-25 10:42:58pitrousetspambayes_score: 0.000548296 -> 0.000548296
messageid: <1216982578.15.0.814987769415.issue2242@psf.upfronthosting.co.za>
2008-07-25 10:42:57pitroulinkissue2242 messages
2008-07-25 10:42:56pitroucreate