On Sep 8, 2009, at 4:36 PM, Greg Ewing wrote:

> Sanne Korzec wrote:
>
>> Is there a way to check the value of a float at different stages  
>> as it is
>> being cast from one type to another?
>
> If you're building a specialised hash table just for floats,
> why are you casting them to void * at all? Why not just
> store them as floats?

It was an example of using an (existing) hashtable that was written  
to store void*.

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to