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 henry.precheur
Recipients henry.precheur
Date 2008-08-27.06:29:30
SpamBayes Score 0.021465197
Marked as misclassified No
Message-id <1219818572.87.0.301585519224.issue3696@psf.upfronthosting.co.za>
In-reply-to
Content
The function mbstowcs is buggy on OpenBSD <= 4.4:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/locale/multibyte_sb.c#rev1.7

Because of this the following command fails:
./python -E setup.py build

The attached patch fixes the problem.
History
Date User Action Args
2008-08-27 06:29:33henry.precheursetrecipients: + henry.precheur
2008-08-27 06:29:32henry.precheursetmessageid: <1219818572.87.0.301585519224.issue3696@psf.upfronthosting.co.za>
2008-08-27 06:29:31henry.precheurlinkissue3696 messages
2008-08-27 06:29:31henry.precheurcreate