[issue17336] Complex number representation round-trip doesn't work with signed zero values

Mark Dickinson report at bugs.python.org
Sat Mar 2 20:18:11 CET 2013


Mark Dickinson added the comment:

An aside:  C99 gets around this problem by allowing an (optional) Imaginary type, separate from Complex.  Very few compilers support it, though.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17336>
_______________________________________


More information about the Python-bugs-list mailing list