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 Eric Wieser
Recipients Eric Wieser
Date 2020-08-05.09:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596618450.15.0.339855100807.issue41485@roundup.psfhosted.org>
In-reply-to
Content
This was reported and closed in https://bugs.python.org/issue17336, but it seems to me that this is easy to avoid - have `__repr__` return `complex(...)` for values which do not round-trip.
History
Date User Action Args
2020-08-05 09:07:30Eric Wiesersetrecipients: + Eric Wieser
2020-08-05 09:07:30Eric Wiesersetmessageid: <1596618450.15.0.339855100807.issue41485@roundup.psfhosted.org>
2020-08-05 09:07:30Eric Wieserlinkissue41485 messages
2020-08-05 09:07:30Eric Wiesercreate