New submission from Paul Monson <paulm...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37236>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to