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 hyeshik.chang
Recipients henry.precheur, hyeshik.chang
Date 2008-08-26.12:40:19
SpamBayes Score 0.13220474
Marked as misclassified No
Message-id <1219754439.44.0.575712011546.issue3685@psf.upfronthosting.co.za>
In-reply-to
Content
This problem is due to OpenBSD's libc bug.
It's fixed 3 days ago. (http://www.openbsd.org/cgi-
bin/cvsweb/src/lib/libc/string/wcschr.c#rev1.4)
We can workaround by replacing use of wcschr(ws, L'\0') to ws + 
wcslen(ws).
History
Date User Action Args
2008-08-26 12:40:39hyeshik.changsetrecipients: + hyeshik.chang, henry.precheur
2008-08-26 12:40:39hyeshik.changsetmessageid: <1219754439.44.0.575712011546.issue3685@psf.upfronthosting.co.za>
2008-08-26 12:40:20hyeshik.changlinkissue3685 messages
2008-08-26 12:40:20hyeshik.changcreate