pleiszenburg / zugbruecke

Calling routines in Windows DLLs from Python scripts running under Linux, MacOS or BSD
https://zugbruecke.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
112 stars 11 forks source link

Support for numpy.ctypeslib.ndpointer is missing #43

Open s-m-e opened 5 years ago

s-m-e commented 5 years ago

For detailed documentation on numpy.ctypeslib.ndpointer, see numpy reference.

Strictly speaking, this is not a ctypes feature but a numpy feature. However, ctypes apparently handles this pointer type transparently while zugbruecke does not (yet) so support should be added.