[issue8966] ctypes: remove implicit conversion between unicode and bytes

STINNER Victor report at bugs.python.org
Wed Jul 28 02:22:42 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I commited both patches to 3.2, but I splitted them in a different way:
 - r83191 "fixes" tests (remove implicit conversion)
 - r83195 removes the implicit conversion in ctypes

So it's easier to review the commits and revert the second commit.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list