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 96815eb commit 210595dCopy full SHA for 210595d
Lib/test/test_capi/test_float.py
@@ -200,6 +200,7 @@ def test_pack_unpack_roundtrip_for_nans(self):
200
signaling = 0
201
if platform.machine().startswith('parisc'):
202
# HP PA RISC uses 0 for quiet
203
+ # https://en.wikipedia.org/wiki/NaN#Encoding
204
signaling = 1
205
quiet = int(not signaling)
206
if size == 8:
Lib/test/test_struct.py
@@ -920,6 +920,7 @@ def test_half_float(self):
920
# all exponent bits and the msb of the fraction should all be 1.
921
922
923
924
expected = 0x7c
925
else:
926
expected = 0x7e
0 commit comments