Re: [Cython] Hashability of Python memoryviews

2012-08-30 Thread Lisandro Dalcin
On 30 August 2012 14:54, Stefan Behnel wrote: > Hi, > > there's a ticket on the CPython bug tracker where correct hashability of > the "memoryview" type is being discussed. I don't have an opinion on it, > but some of you might. It could translate into a similar feature for > Cython's array and me

[Cython] Hashability of Python memoryviews

2012-08-30 Thread Stefan Behnel
Hi, there's a ticket on the CPython bug tracker where correct hashability of the "memoryview" type is being discussed. I don't have an opinion on it, but some of you might. It could translate into a similar feature for Cython's array and memory view types (no idea if hashability has been considere