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 Paul Monson
Recipients Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-11.17:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560273542.8.0.377927810639.issue37236@roundup.psfhosted.org>
In-reply-to
Content
There is a compiler optimization error on Windows ARM64 that causes test_truediv (test.test_complex.ComplexTest) to fail with ZeroDivisionError: complex division by zero.

Adding a pragma optimize around the affected function fixes the issue.  I am also submitting a report to the compiler team
History
Date User Action Args
2019-06-11 17:19:02Paul Monsonsetrecipients: + Paul Monson, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-11 17:19:02Paul Monsonsetmessageid: <1560273542.8.0.377927810639.issue37236@roundup.psfhosted.org>
2019-06-11 17:19:02Paul Monsonlinkissue37236 messages
2019-06-11 17:19:02Paul Monsoncreate