[issue5643] test__locale fails with RADIXCHAR on Windows

Hirokazu Yamamoto report at bugs.python.org
Tue May 5 02:52:04 CEST 2009


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

Probably this patch works on recent VisualC++. But unfortunately, this
code crashes on VisualC++6 debug build. :-(

This happens when 2nd arg of setlocale contains "." and the length of
substring after "." is longer than 8. It seems to be msvcrtd bug.

----------
keywords: +patch
nosy: +ocean-city
Added file: http://bugs.python.org/file13888/py3k_locale_test_on_windows.patch

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


More information about the Python-bugs-list mailing list