[issue16865] ctypes arrays >=2GB in length causes exception

Jeffrey Bush report at bugs.python.org
Fri Jan 4 22:51:29 CET 2013


Jeffrey Bush added the comment:

I have no idea where I would start and don't have much time...

I am not so sure it is a new features. It seems that the ctypes system is internally using unsigned integers for length but should be using size_t (or at least ssize_t). Seems like a bug.

----------

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


More information about the Python-bugs-list mailing list