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 terry.reedy
Recipients alex, jcea, mark.dickinson, mattip, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-10-21.20:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634847703.81.0.567220854129.issue15996@roundup.psfhosted.org>
In-reply-to
Content
In Windows, I now get the Mark's macOS result instead of the Z.D.Error.

>>> (1.0+0j)**(float('inf') + 0j)
(nan+nanj)

Has there been a revision of complex ** on another issue such that this one is obsolete?
History
Date User Action Args
2021-10-21 20:21:43terry.reedysetrecipients: + terry.reedy, rhettinger, jcea, mark.dickinson, alex, serhiy.storchaka, mattip
2021-10-21 20:21:43terry.reedysetmessageid: <1634847703.81.0.567220854129.issue15996@roundup.psfhosted.org>
2021-10-21 20:21:43terry.reedylinkissue15996 messages
2021-10-21 20:21:43terry.reedycreate