Antoine Pitrou <[EMAIL PROTECTED]> added the comment:
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?
----------
keywords: +patch
nosy: +pitrou
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2242>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com