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

Meador Inge report at bugs.python.org
Fri Jan 4 23:34:26 CET 2013


Meador Inge added the comment:

This case works fine on 64-bit Linux (Ubuntu) and OS X 10.7.5.  I suspect this is due to the fact that 64-bit Windows uses the LLP64 data model and we are using longs somewhere.  I am investigating further now.

----------
stage:  -> needs patch
versions: +Python 3.2, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list