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 vstinner
Recipients mark.dickinson, vstinner
Date 2021-10-08.14:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633701763.01.0.190769106097.issue45412@roundup.psfhosted.org>
In-reply-to
Content
Py_ADJUST_ERANGE1() is used by float ** float.

Py_ADJUST_ERANGE2() is used by complex ** complex.
History
Date User Action Args
2021-10-08 14:02:43vstinnersetrecipients: + vstinner, mark.dickinson
2021-10-08 14:02:43vstinnersetmessageid: <1633701763.01.0.190769106097.issue45412@roundup.psfhosted.org>
2021-10-08 14:02:43vstinnerlinkissue45412 messages
2021-10-08 14:02:42vstinnercreate