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 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.15:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5C3A1B24-C1FD-49DE-AC58-469F8E97F683@gmail.com>
In-reply-to <20120901150629.GA15155@sleipnir.bytereef.org>
Content
On Sep 1, 2012, at 11:06 AM, Stefan Krah <report@bugs.python.org> wrote:

> tobytes() is the same as the flattened multi-dimensional list representation
> with all elements converted to bytes.

This is correct, but why is it desirable to have deliberate hash collisions between views with different shapes?
History
Date User Action Args
2012-09-01 15:15:09Alexander.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 15:14:48Alexander.Belopolskylinkissue15814 messages
2012-09-01 15:14:48Alexander.Belopolskycreate