[pypy-issue] [issue780] test_ll2ctypes.py -k test_arrayofstruct Error!

Fijal tracker at bugs.pypy.org
Tue Jul 12 10:07:51 CEST 2011


Fijal <fijall at gmail.com> added the comment:

This kind of looks like a ctypes bug to me although it's not completely 
impossible to rule out some ll2ctypes problem.

The problem really is that x.items[n] returns the correct thing, but if you cast 
items to a different pointer and then get an item, it's always the first element 
(why?)

----------
nosy: +fijal

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue780>
________________________________________


More information about the pypy-issue mailing list