On Sonntag 04 Mai 2008, Neal Becker wrote:
> Is it safe to compile numpy with gcc 'strict aliasing'?

It seems that numpy (and most other Python-related C code) would constantly be 
casting back and forth between PyObject * and PyArrayObject * (and others). 
Does strict aliasing allow that, as long as each struct member is only ever 
accessed through one type?

Andreas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to