Hye-Shik Chang <[EMAIL PROTECTED]> added the comment:

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).

----------
nosy: +hyeshik.chang

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3685>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to