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 mark.dickinson
Recipients mark.dickinson, ncoghlan, pitrou, rupole
Date 2011-01-04.08:18:56
SpamBayes Score 0.09451162
Marked as misclassified No
Message-id <1294129139.32.0.392452458502.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
It might be instructive to look at how NumPy itself manages sharing of ndarray data and ownership of the corresponding structs.  I meant to find time to look at this over the break.
History
Date User Action Args
2011-01-04 08:18:59mark.dickinsonsetrecipients: + mark.dickinson, ncoghlan, rupole, pitrou
2011-01-04 08:18:59mark.dickinsonsetmessageid: <1294129139.32.0.392452458502.issue10181@psf.upfronthosting.co.za>
2011-01-04 08:18:56mark.dickinsonlinkissue10181 messages
2011-01-04 08:18:56mark.dickinsoncreate