Hi, First-time contribution so I wanted to check in before pushing a PR. I'd like to add an 'order' and 'dtype' flags to np.ctypeslib.as_array. The order flag is for setting things as a Fortran array order while dtype is needed if all you have is a c_void_p (rather than a ctype array).
I have a working version at: https://github.com/rjfarmer/numpy/tree/ctypelibs_as_array_flags Thoughts? Rob
_______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: arch...@mail-archive.com