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 4d654aa commit 3f6b0efCopy full SHA for 3f6b0ef
Lib/test/test_capi/test_float.py
@@ -229,6 +229,7 @@ def test_pack_unpack_roundtrip_for_nans(self):
229
self.assertEqual(data1, data2)
230
231
@unittest.skipUnless(HAVE_IEEE_754, "requires IEEE 754")
232
+ @unittest.skipUnless(sys.maxsize != 2147483647, "requires 64-bit mode")
233
def test_pack_unpack_nans_for_different_formats(self):
234
pack = _testcapi.float_pack
235
unpack = _testcapi.float_unpack
0 commit comments