[issue15441] test_posixpath fails on Japanese edition of Windows

Atsuo Ishimoto report at bugs.python.org
Thu Jul 26 04:18:25 CEST 2012


Atsuo Ishimoto <ishimoto at gembook.org> added the comment:

Updated patch again.

In this patch, byte object is passed as argument to WindowsError as Victor's patch.

I prefer to fix PyErr_SetFromWindowsErrWithFilename() over path_error(), because PyErr_SetFromWindowsErrWithFilename() is public API, so someone may use PyErr_SetFromWindowsErrWithFilename() for their own extension modules.

----------
Added file: http://bugs.python.org/file26518/issue15441_3.patch

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


More information about the Python-bugs-list mailing list