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 fbe2091 commit f5bddb5Copy full SHA for f5bddb5
Lib/test/test_struct.py
@@ -944,7 +944,7 @@ 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://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/MIPS-Options.html#index-mnan_003d2008
+ # https://gcc.gnu.org/onlinedocs/gcc/MIPS-Options.html#index-mnan_003d2008
948
if not platform.machine().startswith('mips'):
949
packed = struct.pack('<e', math.nan)
950
self.assertEqual(packed[1] & 0x7e, expected)
0 commit comments