summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-08-07 13:18:56 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-08-07 13:18:56 +0000
commitb80758ff9830ee7bebbbbe23c60a8dd31c8dabfb (patch)
tree4462bf05e725ff8b56812530e8982f20d2f20320 /numpy/core/numeric.py
parent872966ffdfef1f7de9d7502d62e0f3418d2270e3 (diff)
downloadnumpy-b80758ff9830ee7bebbbbe23c60a8dd31c8dabfb.tar.gz
Forward declare PyArrayIterObject
To fix the neighborhood iterator, we need to be able to add a member to PyArrayIterObject which is a function pointer (which will do the padding-specific translation coordinates -> data pointer: poor man's polymorphism). As the function pointer takes an iter object as its first argument, we need to make a proper declaration of PyArrayIterObject, instead of using an anonymous struct as previously defined. I am not sure whether this may break the ABI or not, though.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions