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 ebaaeca commit b09738cCopy full SHA for b09738c
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__", 128),
84
- ("__phello__", -128),
85
- ("__phello__.spam", 128),
+ expected = [("__hello__", 133),
+ ("__phello__", -133),
+ ("__phello__.spam", 133),
86
]
87
self.assertEqual(items, expected, "PyImport_FrozenModules example "
88
"in Doc/library/ctypes.rst may be out of date")
0 commit comments