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 9ccd5bb commit cba28dbCopy full SHA for cba28db
1 file changed
Lib/test/test_importlib/test_util.py
@@ -647,7 +647,7 @@ def test_magic_number(self):
647
# stakeholders such as OS package maintainers must be notified
648
# in advance. Such exceptional releases will then require an
649
# adjustment to this test case.
650
- EXPECTED_MAGIC_NUMBER = 3625
+ EXPECTED_MAGIC_NUMBER = 3666
651
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
652
653
msg = (
0 commit comments