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 8213a01 commit c005eb0Copy full SHA for c005eb0
Lib/test/test_tools/test_msgfmt.py
@@ -53,7 +53,7 @@ def test_binary_header(self):
53
trans_table_offset,
54
hash_table_size,
55
hash_table_offset,
56
- ) = struct.unpack("Iiiiiii", mo_data[:28])
+ ) = struct.unpack("=Iiiiiii", mo_data[:28])
57
58
self.assertEqual(magic, 0x950412de)
59
self.assertEqual(version, 0)
0 commit comments