python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
[Python-Dev] Py_ssize_t support for ctypes arrays and pointers Thomas Heller Fri Mar 20 13:00:33 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 _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] Py_ssize_t support for ctypes arrays and pointers Thomas Heller <=
- Re: [Python-Dev] Py_ssize_t support for ctypes arrays and pointers Kristján Valur Jónsson
- Re: [Python-Dev] Py_ssize_t support for ctypes arrays and pointers Trent Nelson