[issue3685] Crash while compiling Python 3000 in OpenBSD 4.4

Hye-Shik Chang report at bugs.python.org
Tue Aug 26 14:40:39 CEST 2008


Hye-Shik Chang <hyeshik at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue3685>
_______________________________________


More information about the Python-bugs-list mailing list