Message 169638 - Python tracker

Message169638

Author Alexander.Belopolsky
Recipients Alexander.Belopolsky, Arfrever, Dag.Sverre.Seljebotn, belopolsky, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, scoder, skrah, vstinner
Date 2012-09-01.14:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <8B95886E-FFE7-4948-94EA-7CABA9AF1ED1@gmail.com>
In-reply-to <1346509461.82.0.800548746043.issue15814@psf.upfronthosting.co.za>
Content
On Sep 1, 2012, at 10:24 AM, Stefan Krah <report@bugs.python.org> wrote:

> 
> The definition hash(m) == hash(m.tobytes()) is pretty straightforward.

I probably missed something from the early discussion, but doesn't this definition only work for 1d (or 0d) views? Shouldn't shape come into calculation for multidimensional views?
History
Date User Action Args
2012-09-01 14:42:11Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, loewis, georg.brandl, mark.dickinson, ncoghlan, belopolsky, pitrou, scoder, vstinner, christian.heimes, Arfrever, skrah, meador.inge, python-dev, Dag.Sverre.Seljebotn
2012-09-01 14:42:10Alexander.Belopolskylinkissue15814 messages
2012-09-01 14:42:10Alexander.Belopolskycreate