[issue3626] python3.0 interpreter on Cygwin ignores all arguments

Amaury Forgeot d'Arc report at bugs.python.org
Thu Aug 21 11:22:31 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Cygwin seems to have a broken implementation of mbstowcs.
See http://www.google.com/codesearch?q=cygwin+mbstowcs\(NULL

The attached patch corrects the problem.

----------
keywords: +patch
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file11186/cygwin-mbstowcs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3626>
_______________________________________


More information about the Python-bugs-list mailing list