We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbf71e commit fbe2091Copy full SHA for fbe2091
Lib/test/test_struct.py
@@ -944,7 +944,6 @@ def test_half_float(self):
944
945
# Skip NaN encoding checks for MIPS because `math.nan` changes its value
946
# depending on toolchain settings. See:
947
- # https://en.wikipedia.org/wiki/NaN#Encoding
948
# https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/MIPS-Options.html#index-mnan_003d2008
949
if not platform.machine().startswith('mips'):
950
packed = struct.pack('<e', math.nan)
0 commit comments