[issue5119] wide character parameter handling in ctypes

Jason R. Coombs report at bugs.python.org
Sun Feb 1 00:54:17 CET 2009


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I've confirmed that my original assumption was quite false, and that
even if the parameters are the correct width, WNetAddConnection2W
behaves differently in 64-bit windows versus 32-bit windows, so it made
a bad test case.

So I've changed the title of this issue, because I still would like to
know if it is proper for ctypes to accept a narrow string but treat it
as a wide string without converting it.

----------
title: inconsistent wide character parameter handling in 64-bit python -> wide character parameter handling in ctypes

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


More information about the Python-bugs-list mailing list