Thanks to visit codestin.com Credit goes to github.com
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 f937b9f commit 66f85f4Copy full SHA for 66f85f4
1 file changed
Lib/test/test_importlib/test_util.py
@@ -635,7 +635,7 @@ def test_magic_number(self):
635
# stakeholders such as OS package maintainers must be notified
636
# in advance. Such exceptional releases will then require an
637
# adjustment to this test case.
638
- EXPECTED_MAGIC_NUMBER = 3495
+ EXPECTED_MAGIC_NUMBER = 3625
639
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
640
641
msg = (
0 commit comments