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 ncoghlan
Recipients docs@python, ncoghlan
Date 2011-04-28.03:50:38
SpamBayes Score 0.00013835791
Marked as misclassified No
Message-id <1303962639.29.0.237718412796.issue11945@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, based on the NumPy precedent [1], array.array should be fine as is. Since it uses raw C floats and doubles internally, rather than Python objects, there is no clear concept of "object identity" to use to enforce reflexivity.

[1] http://mail.python.org/pipermail/python-dev/2011-April/110987.html
History
Date User Action Args
2011-04-28 03:50:39ncoghlansetrecipients: + ncoghlan, docs@python
2011-04-28 03:50:39ncoghlansetmessageid: <1303962639.29.0.237718412796.issue11945@psf.upfronthosting.co.za>
2011-04-28 03:50:38ncoghlanlinkissue11945 messages
2011-04-28 03:50:38ncoghlancreate