[issue9041] raised exception is misleading

Pauli Rikula report at bugs.python.org
Tue Jun 22 10:15:09 CEST 2010


Pauli Rikula <pauli.rikula at gmail.com> added the comment:

If d_set makes the conversion, py3k does the same thing:

http://svn.python.org/projects/python/branches/py3k/Modules/_ctypes/cfield.c

It has a function d_set_sw, which might have same issues as well. The
same function can be found from 2.6 too:
http://svn.python.org/projects/python/branches/release26-maint/Modules/_ctypes/cfield.c

----------

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


More information about the Python-bugs-list mailing list