Mark Dickinson added the comment:

> But I'm unsure is this is expected behavior or luck, and on some
> platform this code will not work due to different complex numbers
> internal representation.

What platform?  Isn't the complex number representation standard?  E.g., C99 
6.2.5p13 says: "Each complex type has the same representation and alignment 
requirements as an array type containing exactly two elements of the 
corresponding real type; the first element is equal to the real part, and the 
second element to the imaginary part, of the complex number."

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16899>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to