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 skrah
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.15:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120901152950.GA15471@sleipnir.bytereef.org>
In-reply-to <5C3A1B24-C1FD-49DE-AC58-469F8E97F683@gmail.com>
Content
> why is it desirable to have deliberate hash collisions between views with different shapes?

Since we're now restricting everything to bytes, the multi-dimensional case
is probably not useful at all. As I said above, I would leave it in because
it actually saves one check for ndim and as Nick said, the definition is
simpler. Now the user only has to remember that hashing works for 'B', 'b'
and 'c'.
History
Date User Action Args
2012-09-01 15:29:50skrahsetrecipients: + skrah, loewis, georg.brandl, mark.dickinson, ncoghlan, belopolsky, pitrou, scoder, vstinner, christian.heimes, Arfrever, meador.inge, Alexander.Belopolsky, python-dev, Dag.Sverre.Seljebotn
2012-09-01 15:29:49skrahlinkissue15814 messages
2012-09-01 15:29:49skrahcreate