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 c310d7c commit fa5d83eCopy full SHA for fa5d83e
Lib/ctypes/test/test_values.py
@@ -80,9 +80,9 @@ class struct_frozen(Structure):
80
continue
81
items.append((entry.name.decode("ascii"), entry.size))
82
83
- expected = [("__hello__", 142),
84
- ("__phello__", -142),
85
- ("__phello__.spam", 142),
+ expected = [("__hello__", 138),
+ ("__phello__", -138),
+ ("__phello__.spam", 138),
86
]
87
self.assertEqual(items, expected, "PyImport_FrozenModules example "
88
"in Doc/library/ctypes.rst may be out of date")
0 commit comments