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 mark.dickinson
Recipients amaury.forgeotdarc, mark.dickinson, rutsky
Date 2013-01-11.08:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357892696.32.0.314042232745.issue16899@psf.upfronthosting.co.za>
In-reply-to
Content
> 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."
History
Date User Action Args
2013-01-11 08:24:56mark.dickinsonsetrecipients: + mark.dickinson, amaury.forgeotdarc, rutsky
2013-01-11 08:24:56mark.dickinsonsetmessageid: <1357892696.32.0.314042232745.issue16899@psf.upfronthosting.co.za>
2013-01-11 08:24:56mark.dickinsonlinkissue16899 messages
2013-01-11 08:24:55mark.dickinsoncreate