We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715e2b8 commit 61d2ed7Copy full SHA for 61d2ed7
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__", 164),
84
- ("__phello__", -164),
85
- ("__phello__.spam", 164),
+ expected = [("__hello__", 172),
+ ("__phello__", -172),
+ ("__phello__.spam", 172),
86
]
87
self.assertEqual(items, expected, "PyImport_FrozenModules example "
88
"in Doc/library/ctypes.rst may be out of date")
0 commit comments