[issue22781] ctypes: Differing results between Python and C.

Antoine Pitrou report at bugs.python.org
Sat Nov 1 20:28:29 CET 2014


Antoine Pitrou added the comment:

This doesn't directly address your issue, but ctypeslib doesn't seem to have received any changes since 2009 (*), and has never had an official release. For a non-trivial binding, you might be better served using something providing type safety, such as Cython.

(*) (which makes it possible that ctypeslib produces bindings not compatible with Python 3, by the way)

----------
nosy: +meador.inge, pitrou
versions: +Python 3.5 -Python 3.4

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


More information about the Python-bugs-list mailing list