This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kohanman
Recipients
Date 2003-06-29.23:48:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'd rather send and recieve PyArrays into my C modules
since I often end up with a foo(int count, type *data)
call anyway.  Sure, there's NumPy for this sort of
dirtywork, but this is so much more convienient.
History
Date User Action Args
2007-08-23 15:28:01adminlinkissue762920 messages
2007-08-23 15:28:01admincreate