Lisandro Dalcin schrieb:
> On 6/5/08, Thomas Heller <[EMAIL PROTECTED]> wrote:
> Thomas, Iff this helps, you have attached the backport but as an
> extension module. Sorry, I do not have time for the full backport.
> But at least, I've found that the Py3K implementation works
Thanks for the effor
On 6/5/08, Thomas Heller <[EMAIL PROTECTED]> wrote:
Thomas, Iff this helps, you have attached the backport but as an
extension module. Sorry, I do not have time for the full backport.
But at least, I've found that the Py3K implementation works
You will need to build it with 'python2.6 setup.py bu
Thomas Heller schrieb:
> I'm currently trying to port the pep3118 ctypes changes which are already in
> the py3k branch to the trunk.
>
> In py3k the tests for this stuff (in Lib/ctypes/test/test_pep3118.py) use
> the memoryview object which exposes attributes like .format, .shape, .strides
> and