[New-bugs-announce] [issue37236] fix test_complex for Windows arm64

Paul Monson report at bugs.python.org
Tue Jun 11 13:19:02 EDT 2019


New submission from Paul Monson <paulmons at gmail.com>:

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

----------
components: Windows
messages: 345254
nosy: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: fix test_complex for Windows arm64
type: compile error
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37236>
_______________________________________


More information about the New-bugs-announce mailing list