[Python-Dev] Py_ssize_t support for ctypes arrays and pointers

Thomas Heller theller at ctypes.org
Fri Mar 20 20:00:46 CET 2009


I received some (so far unfinished) patches for ctypes
that will allow to create arrays with more than 2**31
elements and that will eventually also support pointer
offsets larger than int, on 64-bit platforms.

Since I do not have a machine with so much memory: Does one
of the buildbots allow to run tests for this feature, or
do I have to wait for the snakebite farm?

-- 
Thanks,
Thomas



More information about the Python-Dev mailing list