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 8c8c43e commit 9c1c918Copy full SHA for 9c1c918
Lib/test/test_importlib/test_util.py
@@ -634,7 +634,7 @@ def test_magic_number(self):
634
# stakeholders such as OS package maintainers must be notified
635
# in advance. Such exceptional releases will then require an
636
# adjustment to this test case.
637
- EXPECTED_MAGIC_NUMBER = 3495
+ EXPECTED_MAGIC_NUMBER = 3571
638
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
639
640
msg = (
0 commit comments