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 serhiy.storchaka
Recipients mark.dickinson, serhiy.storchaka
Date 2021-08-21.17:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629566682.4.0.634090142363.issue44970@roundup.psfhosted.org>
In-reply-to
Content
The OverflowError should only be raised if finite arguments produce infinite result. Py_ADJUST_ERANGE2 is used improperly.

But after fixing this error I get (nan+infj) for z**1, the same as for z*1.
History
Date User Action Args
2021-08-21 17:24:42serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson
2021-08-21 17:24:42serhiy.storchakasetmessageid: <1629566682.4.0.634090142363.issue44970@roundup.psfhosted.org>
2021-08-21 17:24:42serhiy.storchakalinkissue44970 messages
2021-08-21 17:24:42serhiy.storchakacreate